jetty.project
jetty.project copied to clipboard
Fixes #13244 - Client responses of HTTP conversations have mismatching request.
trafficstars
Fixed by scoping ResponseListeners to a Request, and when combining ResponseListeners in HttpConversation, the internal response listeners are scoped to the original request.
Moved notifications of the response listeners from ResponseListeners to HttpConversation and simplified calling code.