revert 69416; it didn't help much
This commit is contained in:
parent
ded0c033c2
commit
f72d9fb02f
|
@ -272,7 +272,7 @@ class HTTPResponse:
|
||||||
# applies to HTTP/1.1 connections.) This will happen if a self.fp.read()
|
# applies to HTTP/1.1 connections.) This will happen if a self.fp.read()
|
||||||
# is done (without a size) whether self.fp is buffered or not.
|
# is done (without a size) whether self.fp is buffered or not.
|
||||||
# So, no self.fp.read() by clients unless they know what they are doing.
|
# So, no self.fp.read() by clients unless they know what they are doing.
|
||||||
self.fp = sock.makefile(sock, "rb")
|
self.fp = sock.makefile("rb")
|
||||||
self.debuglevel = debuglevel
|
self.debuglevel = debuglevel
|
||||||
self.strict = strict
|
self.strict = strict
|
||||||
self._method = method
|
self._method = method
|
||||||
|
|
Loading…
Reference in New Issue