http://bugs.winehq.org/show_bug.cgi?id=29004
--- Comment #8 from Ross Lagerwall rosslagerwall@gmail.com 2011-11-09 12:40:09 CST --- Thanks. I tried the patches and while they fix the crash happening, the behavior is still different.
Attached are two tcpdump logs, one from the builtin winhttp and another from the native winhttp.
As can be seen, the builtin winhttp has an additional "; charset=utf-8" in the content-type. More importantly, the content-lengths differ and the builtin winhttp does not appear to transmit the correct data.
There is a curious line in the builtin winhttp tcpdump: ".lB..?.TW.i.n.H.t.t.p.R.e.q.u.e.s.t...5.)...me=R....USE.H.o.s.t...all&Unique...." which looks like it may be sending data from a bad location in memory.
Cheers