You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET https://example.com/
Connection: close
Content-Encoding: gzip
Host: example.com
User-Agent: http.rb/4.0.3
Content-Encoding is being sent as gzip, while there's no content at all. That makes some servers go nuts. E.g. I've seen 403 responses, while example.com responds with 400 (which I believe is correct response if it needs to be failed)