Skip to content
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

Fixed NullPointerException that may happen on timeout #902

Merged
merged 1 commit into from
Feb 19, 2014
Merged

Fixed NullPointerException that may happen on timeout #902

merged 1 commit into from
Feb 19, 2014

Conversation

johanhaleby
Copy link
Contributor

An unhandled NullPointerException is thrown in the releaseResources method in rx.apache.http.consumers.ResponseConsumerDelegate if a timeout occur. If a timeout occur then onResponseReceived is never called and thus consumer is null.

@cloudbees-pull-request-builder

RxJava-pull-requests #834 SUCCESS
This pull request looks good

@benjchristensen
Copy link
Member

Thank you.

benjchristensen added a commit that referenced this pull request Feb 19, 2014
Fixed NullPointerException that may happen on timeout
@benjchristensen benjchristensen merged commit 7bb6e33 into ReactiveX:master Feb 19, 2014
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.

3 participants