]> Sergey Matveev's repositories - sgmon.git/commitdiff
Increase HTTP request size
authorSergey Matveev <stargrave@stargrave.org>
Thu, 11 May 2023 09:50:29 +0000 (12:50 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 11 May 2023 09:53:20 +0000 (12:53 +0300)
helper/http

index 732ab2a413c54aa1777c176e3babab976bceccf5..ebdaf647838d7e2fe1b0969fbe052c3aabad4bb6 100755 (executable)
@@ -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