[Bug 29715] winhttp method "HEAD" is broken

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jan 27 03:43:51 CST 2012


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

--- Comment #4 from Hans Leidekker <hans at meelstraat.net> 2012-01-27 03:43:51 CST ---
HEAD is basically unimplemented.

The first bug is that we turn any request into a GET request when redirecting,
where it should only be done for POST requests.

The second bug is that we're not closing the connection when there's nothing
to read.

The third bug is that we attempt to read data after receiving a response to a
HEAD request.

I have patches for all of these.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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