https://bugs.winehq.org/show_bug.cgi?id=34540
simon xia simonxiaomg@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |simonxiaomg@gmail.com
--- Comment #5 from simon xia simonxiaomg@gmail.com --- This bug is caused by wininet.dll doesn't support 'Accept-encoding' field in HTTP1.0 request.
And the same bug(https://bugs.winehq.org/show_bug.cgi?id=37046) caused by this issue has been fixed
Although rfc2616 has mentioned (http://tools.ietf.org/html/rfc2616#section-14.3)
Note: Most HTTP/1.0 applications do not recognize or obey qvalues
associated with content-codings. This means that qvalues will not work and are not permitted with x-gzip or x-compress.
But native dll allow this to happen