mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
Fix tpyo.
This commit is contained in:
parent
d8a8c7d8d7
commit
26458c12a0
1 changed files with 1 additions and 1 deletions
|
|
@ -469,7 +469,7 @@ class HTTPResponse:
|
||||||
# Some HTTP/1.0 implementations have support for persistent
|
# Some HTTP/1.0 implementations have support for persistent
|
||||||
# connections, using rules different than HTTP/1.1.
|
# 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'):
|
if self.msg.getheader('keep-alive'):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue