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

Writer fix #149

Merged
merged 2 commits into from
Oct 1, 2019
Merged

Writer fix #149

merged 2 commits into from
Oct 1, 2019

Conversation

seliopou
Copy link
Member

@seliopou seliopou commented Oct 1, 2019

When a write result of Closed is reported, the connection continues to report that there are bytes to write. At that point it should just discard any bytes it could write and report that no further writing is possible.

Closes #143.

When a write result of `Closed` is reported, the connection continues to
report that there are bytes to write. At that point it should just
discard any bytes it could write and report that no further writing is
possible.
@dpatti dpatti self-requested a review October 1, 2019 01:46
@seliopou seliopou merged commit 2fbf998 into master Oct 1, 2019
@seliopou seliopou deleted the writer-fix branch October 1, 2019 01:53
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.

Infinite write loop with "Transfer-encoding: chunked" when client prematurely terminates
2 participants