mirror of https://github.com/python/cpython
Fix tpyo.
This commit is contained in:
parent
d8a8c7d8d7
commit
26458c12a0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue