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

when an upstream body is unexpectedly closed, return Httpincomplete #290

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

joeshaw
Copy link
Member

@joeshaw joeshaw commented Jul 20, 2023

This is better than a generic error, and matches the C@E behavior.

Fixes #289.

This is better than a generic error, and matches the C@E behavior.

Fixes #289.
@joeshaw joeshaw force-pushed the joeshaw/http-incomplete-on-unexpected-eof branch from 81fd556 to 522c74e Compare July 20, 2023 14:50
@joeshaw joeshaw merged commit 614d634 into main Jul 20, 2023
@joeshaw joeshaw deleted the joeshaw/http-incomplete-on-unexpected-eof branch July 20, 2023 21:14
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.

Body read errors should return Httpincomplete instead of Error
2 participants