1
4

2 回答 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

只需使用 Gzip 解压即可。

于 2011-10-18T17:56:24.960 回答