http://bugs.winehq.org/show_bug.cgi?id=34496
Bug #: 34496 Summary: Regression: winhttp POST fails Product: Wine Version: 1.7.1 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winhttp AssignedTo: wine-bugs@winehq.org ReportedBy: rosslagerwall@gmail.com Classification: Unclassified
Since bb3097f01e532583c8c78c9daf64ff29f8eb255c, posting data with winhttp fails for me.
The test program from http://bugs.winehq.org/show_bug.cgi?id=29093 does not work anymore (no output shows and the request doesn't appear to complete).
This means that Numberwise (http://www.numberwise.com) does not work anymore.
commit bb3097f01e532583c8c78c9daf64ff29f8eb255c Author: Hans Leidekker hans@codeweavers.com Date: Mon Mar 25 13:26:37 2013 +0100
winhttp: Add a read-ahead buffer to allow WinHttpQueryDataAvailable to return the right values in chunked mode.
This is a port of wininet commit 3d02c42b39c7346a97c41974418a6d01a29f9b81.
Thanks