You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* avoid copying the request payload before writing it to the transport
* when the server closes the connection before writing EOF, the client should see a payload error, not expect to see the deconnection before the body is read
* do not use private attributes in SendfilePayloadWriter
* on windows, some test is now raising a fully fledged ClientOSError instead of an empty ServerDisconnectedError
* code review
* add CHANGES file
* in PayloadWriter, the waiter result is set and the self._drain_waiter is set back to None at the same time. So self._drain_waiter can never be done()
* test compressing by chunks in the PayloadWriter (cover the branch where a chunk does not yield anything that should be written to the transport)
* Test writing too many chunks to a PayloadWriter that has a Content-Length
* test multiple waiting drains in PayloadWriter
0 commit comments