1229 次
2 に答える
6
Since you are passing
req.Headers.Add("Accept-Encoding", "gzip,deflate,sdch");
I would say your proxy compress the stream before sending it back to you.
Inspect the headers of the Response to check the encoding.
于 2011-01-20T20:59:45.980 に答える
1
Just use Gzip to decompress it.
于 2011-10-18T17:56:24.960 に答える