Closed GoogleCodeExporter closed 9 years ago
The prepared urls parsing was failing and resulting strings instead of a number.
Patched line 143 of gdatacopier with
extra_string = "CONNECT %s:%s HTTP/1.0\r\n" % (self._real_host, self._real_port)
Original comment by devraj
on 31 Oct 2007 at 3:42
Original issue reported on code.google.com by
devraj
on 31 Oct 2007 at 3:23