jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Fixes #13244 - Client responses of HTTP conversations have mismatching request.

Open sbordet opened this issue 5 months ago • 0 comments
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.

sbordet avatar Jun 13 '25 21:06 sbordet