Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9674b17 commit eb2d9f7Copy full SHA for eb2d9f7
1 file changed
thirdparty/keepalive/keepalive.py
@@ -236,6 +236,7 @@ def __init__(self, sock, debuglevel=0, strict=0, method=None):
236
else: # 2.2 doesn't
237
httplib.HTTPResponse.__init__(self, sock, debuglevel)
238
self.fileno = sock.fileno
239
+ self._method = method
240
self._rbuf = ''
241
self._rbufsize = 8096
242
self._handler = None # inserted by the handler later
0 commit comments