X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=helper%2Fhttp;h=ebdaf647838d7e2fe1b0969fbe052c3aabad4bb6;hb=fae65aa1c344fce2a68607d95ea712d61b24f78c;hp=732ab2a413c54aa1777c176e3babab976bceccf5;hpb=c2a9348c509d30a25ccf5d44bfc71464ee35fb81;p=sgmon.git 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