[Bug 36937] WinHttpReceiveRequest goes into infinite blocking on 304 responses

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Aug 9 08:25:10 CDT 2014


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

--- Comment #8 from Andreas <anduchs at gmail.com> ---
Created attachment 49273
  --> http://bugs.winehq.org/attachment.cgi?id=49273
NON-WORKING: Test for 304-responses

Ok, I think this is what you were asking for.

However, testing it against original wine reveiled that it does not trigger the
error (which would have been a timeout in winhttp or similar), because the
test-server does a closeSocket() right after sending the answer. So no
error-condition in winhttp on this server...

Got any idea, how to solve this ? Should I spawn a new thread per accepted
connection ? Might also reveil errors in other tests as well...

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list