[Bug 5444] wininet not sending Content-Length: when posting?

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Oct 26 06:14:08 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=5444





--- Comment #5 from Mevial <mevial at gmail.com>  2007-10-26 06:14:07 ---
there logs by tcpdump
    wine:
POST /cgi-bin/beta/get_version.fcgi HTTP/1.0
Host: www.rixler.com
User-Agent: DPRN
Connection: Close


    windows(via proxy):
POST /cgi-bin/beta/get_version.fcgi HTTP/1.0
User-Agent: DPRN
Host: www.rixler.com
Content-Length: 0
Pragma: no-cache
Via: 1.0 server:3128 (squid/2.6.STABLE12)
Cache-Control: max-age=259200
Connection: keep-alive

    windows(nat):
POST /cgi-bin/beta/get_version.fcgi HTTP/1.1
User-Agent: DPRN
Host: www.rixler.com
Content-Length: 0
Cache-Control: no-cache


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list