-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
11976 stop processing pipelined HTTP/1.1 requests that are received t…
…ogether (#11979)
- Loading branch information
Showing
3 changed files
with
114 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| In Twisted 16.3.0, we changed twisted.web to stop dispatching HTTP/1.1 | ||
| pipelined requests to application code. There was a bug in this change which | ||
| still allowed clients which could send multiple full HTTP requests in a single | ||
| TCP segment to trigger asynchronous processing of later requests, which could | ||
| lead to out-of-order responses. This has now been corrected and twisted.web | ||
| should never process a pipelined request over HTTP/1.1 until the previous | ||
| request has fully completed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters