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

Reset http connection on timeouts #99

Closed
wants to merge 1 commit into from

Conversation

tmm1
Copy link
Contributor

@tmm1 tmm1 commented Jul 2, 2015

Avoids re-using the same http connection after a read timeout, which can lead to reading in the wrong response on the next request (when the elasticsearch server eventually finishes processing the initial request which we timed out reading a response for).

fixes #100

cc @TwP

@TwP
Copy link
Contributor

TwP commented Jul 2, 2015

The read timeout theory is a red herring.

@TwP TwP closed this Jul 2, 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.

Reopen the connection on timeout
2 participants