Fix tpyo.

This commit is contained in:
Georg Brandl 2007-12-08 10:56:39 +00:00
parent d8a8c7d8d7
commit 26458c12a0
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ class HTTPResponse:
# Some HTTP/1.0 implementations have support for persistent
# connections, using rules different than HTTP/1.1.
# For older HTTP, Keep-Alive indiciates persistent connection.
# For older HTTP, Keep-Alive indicates persistent connection.
if self.msg.getheader('keep-alive'):
return False