anonymous2ch / libproxy

Automatically exported from code.google.com/p/libproxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

GoogleCodeExporter opened this issue · comments

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

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

  • Changed state: PatchWanted
Here is a patch fixing for this bug.

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

Attachments:

Thanks, your patch has been commited in r830

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

  • Changed state: Fixed