mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
Fix for an Issue #164
This commit is contained in:
parent
9674b174ee
commit
eb2d9f78ca
1 changed files with 1 additions and 0 deletions
1
thirdparty/keepalive/keepalive.py
vendored
1
thirdparty/keepalive/keepalive.py
vendored
|
|
@ -236,6 +236,7 @@ class HTTPResponse(httplib.HTTPResponse):
|
||||||
else: # 2.2 doesn't
|
else: # 2.2 doesn't
|
||||||
httplib.HTTPResponse.__init__(self, sock, debuglevel)
|
httplib.HTTPResponse.__init__(self, sock, debuglevel)
|
||||||
self.fileno = sock.fileno
|
self.fileno = sock.fileno
|
||||||
|
self._method = method
|
||||||
self._rbuf = ''
|
self._rbuf = ''
|
||||||
self._rbufsize = 8096
|
self._rbufsize = 8096
|
||||||
self._handler = None # inserted by the handler later
|
self._handler = None # inserted by the handler later
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue