diff --git a/common/httpx/httpx.go b/common/httpx/httpx.go index 23744fb..e00e26d 100644 --- a/common/httpx/httpx.go +++ b/common/httpx/httpx.go @@ -228,7 +228,7 @@ get_response: !stringsutil.ContainsAny(err.Error(), "i/o timeout") { shouldIgnoreErrors = true shouldIgnoreBodyErrors = true - } + } var resp Response resp.Input = req.Host