-
Notifications
You must be signed in to change notification settings - Fork 654
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
When HttpOperations#afterMarkSentHeaders
throws an error in HttpOperations#sendObject
, ensure the ByteBuf
is released just once
#3246
Conversation
…tions#sendObject, ensure the ByteBuf is released just once
@chemicL If you have time PTAL |
Failed tests on Mac OS CI are not related |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems good to me.
notice that when reverting the patch from HttpOperations.java, then the tests seem to pass OK anyway.
@pderop I extended the test, please check again! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is now ok, the test is failing when reverting the patch.
thanks!
@pderop Thanks for the review! |
No description provided.