Skip to content

Writer fix#149

Merged
seliopou merged 2 commits into
masterfrom
writer-fix
Oct 1, 2019
Merged

Writer fix#149
seliopou merged 2 commits into
masterfrom
writer-fix

Conversation

@seliopou
Copy link
Copy Markdown
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