#2 wininet: Handle the "100 Continue" response by ignoring it.

Hans Leidekker hans at it.vu.nl
Sun Feb 17 13:41:56 CST 2008


To comply with HTTP 1.1, clients must 

 1. include the Host: header with each request.
 2. accept responses with chunked data.
 3. either support persistent connections, or include the "Connection: close" header with each request.
 4. handle the "100 Continue" response.

I believe we comply with the first and largely with the third requirement.
This patch fixes the last one. So that leaves chunked messages, which currently
affects uploading in Picasa:

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

 -Hans

Changelog
 wininet: Handle the "100 Continue" response by ignoring it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wininet_continue.diff
Type: text/x-diff
Size: 4714 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080217/dfdd1ccd/attachment.diff 


More information about the wine-patches mailing list