http://bugs.winehq.org/show_bug.cgi?id=36937
--- Comment #8 from Andreas anduchs@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...