cicku / libproxy

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

need also check "Transfer-Encoding: chunked" for chunk for http pac #170

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Couldn't get pac file from web server
2.
3.

What is the expected output? What do you see instead?

The web server return "Transfer-Encoding: chunked" instead of 
"Content-Transfer-Encoding: chunked" from some web server

What version of the product are you using? On what operating system?

Please provide any additional information below.

We should check both header for http pac in url.cpp.

Original issue reported on code.google.com by leon....@gmail.com on 8 Dec 2011 at 2:30

GoogleCodeExporter commented 8 years ago

Original comment by dominiqu...@gmail.com on 11 Jan 2012 at 1:45

GoogleCodeExporter commented 8 years ago
Here is a patch fixing for this bug.

Original comment by leon....@gmail.com on 31 Jan 2012 at 9:17

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks, your patch has been commited in r830

Original comment by dominiqu...@gmail.com on 5 Feb 2012 at 3:26