[go: up one dir, main page]

empty the write buffer on EOF errors in #read too

this avoid, on HTTP/2 termination handshake, in case the socket was shown as closed due to EOF, that the bytes are going to be written regardless (due to being misidentified as the GOAWAY frame).

Fixes #340 (closed)

Merge request reports

Loading