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
Additional HTTP status codes to CODE_STRINGS: 226 (IM Used), 308 (Permanent Redirect), 418 (I'm a teapot), 422 (Unprocessable Entity) and 451 (Unavailable For Legal Reasons)
Module-level GZIP_LEVEL and EMPTY_CODES constants in netius.servers.http replacing previously inlined magic numbers
Fixed
Reverse proxy Connection response header now matches the actual front-end socket lifecycle (logical AND of the client request and upstream response keep-alive flags), preventing the HTTP/1.0 client case where the proxy advertised keep-alive but immediately closed the socket