binarycrusader / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
0 stars 0 forks source link

HTTP fetch for PAC file doesn't support chunked encoding or HTTP 1.0 #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://git.infradead.org/users/dwmw2/libproxy.git/commitdiff/edf839b0 fixes
chunked encoding, but we should support HTTP 1.0 too (probably by just
using a chunk size of 4096 and realloc, then making it cope with a return
of zero from recv()).

Original issue reported on code.google.com by dwmw2b@gmail.com on 30 Dec 2009 at 1:14

GoogleCodeExporter commented 9 years ago
Fixed in r489.

Original comment by npmccallum@gmail.com on 22 Jan 2010 at 7:51

GoogleCodeExporter commented 9 years ago

Original comment by npmccallum@gmail.com on 22 Jan 2010 at 9:01

GoogleCodeExporter commented 9 years ago
Assuming this is fixed since I've heard no complaints. :)  It will be in the 
upcoming
0.4.  Feel free to reopen if there are problems.

Original comment by npmccallum@gmail.com on 17 Feb 2010 at 1:51