mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
No text file relying on significant trailing whitespace is robust under
modification. Removed the need for that.
This commit is contained in:
parent
b2825205a2
commit
5ceadc8cba
1 changed files with 16 additions and 16 deletions
|
@ -25,19 +25,19 @@ request. This diagram details these state transitions:
|
||||||
v
|
v
|
||||||
Unread-response [Response-headers-read]
|
Unread-response [Response-headers-read]
|
||||||
|\____________________
|
|\____________________
|
||||||
| \
|
| |
|
||||||
| response.read() | putrequest()
|
| response.read() | putrequest()
|
||||||
v v
|
v v
|
||||||
Idle Req-started-unread-response
|
Idle Req-started-unread-response
|
||||||
_______/|
|
______/|
|
||||||
/ |
|
/ |
|
||||||
response.read() | | ( putheader() )* endheaders()
|
response.read() | | ( putheader() )* endheaders()
|
||||||
v v
|
v v
|
||||||
Request-started Req-sent-unread-response
|
Request-started Req-sent-unread-response
|
||||||
|
|
|
|
||||||
| response.read()
|
| response.read()
|
||||||
v
|
v
|
||||||
Request-sent
|
Request-sent
|
||||||
|
|
||||||
This diagram presents the following rules:
|
This diagram presents the following rules:
|
||||||
-- a second request may not be started until {response-headers-read}
|
-- a second request may not be started until {response-headers-read}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue