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

Rescue IO errors from input.close in HTTP request processor #4768

Merged
merged 1 commit into from Aug 1, 2017

Conversation

RX14
Copy link
Contributor

@RX14 RX14 commented Jul 31, 2017

Closing the request IO calls IO#flush, which often can raise EPIPE or ECONNRESET
errors, causing erroneous logging in HTTP servers.

Closing the request IO calls IO#flush, which often can raise EPIPE or ECONNRESET
errors, causing erroneous logging in HTTP servers.
@RX14 RX14 merged commit 919cba9 into crystal-lang:master Aug 1, 2017
@RX14 RX14 added this to the Next milestone Aug 1, 2017
straight-shoota pushed a commit to straight-shoota/crystal that referenced this pull request Aug 11, 2017
…lang#4768)

Closing the request IO calls IO#flush, which often can raise EPIPE or ECONNRESET
errors, causing erroneous logging in HTTP servers.
Val pushed a commit to Val/crystal that referenced this pull request Aug 12, 2017
…lang#4768)

Closing the request IO calls IO#flush, which often can raise EPIPE or ECONNRESET
errors, causing erroneous logging in HTTP servers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants