Skip to content

Conversation

@jloomis
Copy link
Contributor

@jloomis jloomis commented Mar 22, 2011

abort sets channel to null (but does not close channel), yielding NPE on channel.getPipeline, which is caught in FutureTask.innerRunAndReset ==> future is canceled, but markChannelNotReadable never executed & channel never closed.

abort sets channel to null without closing it, which causes NPE on
getPipeline, which results in FutureTask ressetting without channel
ever being closed.
@jfarcand jfarcand merged commit 34202c7 into AsyncHttpClient:master Mar 22, 2011
@jfarcand
Copy link
Contributor

Good catch! Thanks!

slandelle pushed a commit that referenced this pull request Jul 2, 2014
oleksiys pushed a commit that referenced this pull request Jul 15, 2014
#525
"Move the hostname verification to after the SSL handshake has completed"
cs-workco pushed a commit to cs-workco/async-http-client that referenced this pull request Apr 13, 2023
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