From fae65aa1c344fce2a68607d95ea712d61b24f78c Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 11 May 2023 12:50:29 +0300 Subject: [PATCH] Increase HTTP request size --- helper/http | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/http b/helper/http index 732ab2a..ebdaf64 100755 --- a/helper/http +++ b/helper/http @@ -6,7 +6,7 @@ togrep="$2" bad=0 curl \ --connect-to "::[$addr]:" \ - --range 0-100 \ + --range 0-512 \ --max-time 60 \ --verbose "$1" >state/curl-out 2>&1 || bad=1 grep -q "$togrep" state/curl-out || bad=1 -- 2.48.1