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
Description
HAProxy can be configured to idle timeout a connection with an HTTP response 408.
When HttpClient receives this unsolicited response, it does not have a matching request and fails to close the connection.
Reports are that the connection was closed at least in 9.4.20.
Investigate this behavior and perhaps make it configurable - these unsolicited responses are indistinguishable from real responses.
The text was updated successfully, but these errors were encountered:
Since Jetty 9.4.21 and the fix for #4113, the client does not close anymore the connection when receiving "garbage" bytes from the server, because it has to process the additional TLS bytes.
Jetty version
9.4.x
Description
HAProxy can be configured to idle timeout a connection with an HTTP response 408.
When
HttpClient
receives this unsolicited response, it does not have a matching request and fails to close the connection.Reports are that the connection was closed at least in 9.4.20.
Investigate this behavior and perhaps make it configurable - these unsolicited responses are indistinguishable from real responses.
The text was updated successfully, but these errors were encountered: