No text file relying on significant trailing whitespace is robust under

modification.  Removed the need for that.
This commit is contained in:
Tim Peters 2001-01-13 19:16:21 +00:00
parent b2825205a2
commit 5ceadc8cba

View file

@ -25,11 +25,11 @@ request. This diagram details these state transitions:
v
Unread-response [Response-headers-read]
|\____________________
| \
| |
| response.read() | putrequest()
v v
Idle Req-started-unread-response
_______/|
______/|
/ |
response.read() | | ( putheader() )* endheaders()
v v