Skip to content

Netty HttpProtocol.finishUpdate should offer channel back to pool after markAsDone #845

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

Merged
merged 2 commits into from
Mar 30, 2015

Conversation

maxpower-artvandelay
Copy link
Contributor

HttpProtocol.finishUpdate attempts to put the channel back into the pool then calls markAsDone. This permits a case were the same channel is selected in the callback which can lead to a "read timeout".

#844

Channel should be put back into pool after marking it done otherwise the same channel will become available while still processing the initial response.
slandelle pushed a commit that referenced this pull request Mar 30, 2015
Netty HttpProtocol.finishUpdate should offer channel back to pool after markAsDone
@slandelle slandelle merged commit ecdbb72 into AsyncHttpClient:master Mar 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants