-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Close exchanges in HttpClientTests #115059
Close exchanges in HttpClientTests #115059
Conversation
Pinging @elastic/es-data-management (Team:Data Management) |
If I were a betting man, I'd imagine that maybe on 23 there's some kind buffering of the response body that only gets flushed once the exchange is closed. It seems to work both ways pre-23, but on 23 we have to add the close in places where we're not already doing some kind of close on the response OutputStream. (Or something like that, 🤷.) |
This test has been muted on |
💔 Backport failed
You can use sqren/backport to manually backport by running |
Closes #112618