-
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 terminating detach the connection from request/response objects #3459
Conversation
c1741b8
to
68f0b2a
Compare
@chemicL wait with the review - some of the tests are failing ... |
@chemicL This PR is ready for a review. I'm targeting not the release next week but the release in November. |
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.
Looks good, I just left some questions and requests for comments :)
reactor-netty-core/src/main/java/reactor/netty/channel/ChannelOperations.java
Outdated
Show resolved
Hide resolved
reactor-netty-http-brave/src/main/java/reactor/netty/http/brave/TracingHttpServerDecorator.java
Show resolved
Hide resolved
reactor-netty-http/src/test/java/reactor/netty/http/client/HttpClientTest.java
Show resolved
Hide resolved
…e the real connection Obtain the event loop outside of doFinally when we have the real connection
@chemicL I think I addressed your feedback |
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.
Thanks for the update! 🚢
@chemicL Thanks for the review! |
Related to #3416, #3367