-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Slow request body copy #2126
Slow request body copy #2126
Commits on Nov 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6f6b466 - Browse repository at this point
Copy the full SHA 6f6b466View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 33d74e0 - Browse repository at this point
Copy the full SHA 33d74e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 691caf4 - Browse repository at this point
Copy the full SHA 691caf4View commit details -
on windows, some test is now raising a fully fledged ClientOSError in…
…stead of an empty ServerDisconnectedError
Configuration menu - View commit details
-
Copy full SHA for 7860d10 - Browse repository at this point
Copy the full SHA 7860d10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c5d10a - Browse repository at this point
Copy the full SHA 2c5d10aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20bf8fa - Browse repository at this point
Copy the full SHA 20bf8faView commit details -
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()
Configuration menu - View commit details
-
Copy full SHA for 7e1768f - Browse repository at this point
Copy the full SHA 7e1768fView commit details -
test compressing by chunks in the PayloadWriter (cover the branch whe…
…re a chunk does not yield anything that should be written to the transport)
Configuration menu - View commit details
-
Copy full SHA for a42d2cf - Browse repository at this point
Copy the full SHA a42d2cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c6c30e - Browse repository at this point
Copy the full SHA 0c6c30eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4c52fb - Browse repository at this point
Copy the full SHA a4c52fbView commit details