Open GoogleCodeExporter opened 8 years ago
Ran into this.
my fix(for my particular case):
if resp != '':
while resp.find("\r\n\r\n".encode()) == -1:
resp = resp + self.recv(1)
else:
raise ProxyError #this can be any of the exceptions
Original comment by a.dasche...@gmail.com
on 13 Jan 2012 at 5:11
Original issue reported on code.google.com by
thomas.k...@gmail.com
on 11 Nov 2011 at 11:35