diff options
Diffstat (limited to 'python/Pubnub.py')
| -rw-r--r-- | python/Pubnub.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Pubnub.py b/python/Pubnub.py index 680e64c..0e0371d 100644 --- a/python/Pubnub.py +++ b/python/Pubnub.py @@ -635,6 +635,7 @@ class Pubnub(PubnubCore): try: usock = urllib2.urlopen( url, None, 310 ) except TypeError: usock = urllib2.urlopen( url, None ) response = usock.read() + usock.fp._sock.recv = None usock.close() resp_json = json.loads(response) except: |
