-
Notifications
You must be signed in to change notification settings - Fork 668
Fix Jetty client cannot receive the HTTP response body(#13500) #775
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
Conversation
| allArguments[0] = new ResponseListenerWrapper(callback, ContextManager.capture()); | ||
| return; | ||
| } | ||
| Response.CompleteListener callback = (Response.CompleteListener) allArguments[0]; |
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.
Putting this in else should be better than adding a return in L64.
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.
Completed
|
We need you to update the test scenarios, specific for which cases could cause previous issue. |
|
Please fix the tests. |
Please fix. |
da529e7 to
17a0e59
Compare
CHANGESlog.