Kaydet (Commit) 5ceadc8c authored tarafından Tim Peters's avatar Tim Peters

No text file relying on significant trailing whitespace is robust under

modification.  Removed the need for that.
üst b2825205
...@@ -25,11 +25,11 @@ request. This diagram details these state transitions: ...@@ -25,11 +25,11 @@ 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment