1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

configure --disable-http is not properly working

This commit is contained in:
Daniel Stenberg 2002-09-09 07:07:13 +00:00
parent b36c654a3d
commit 9a3ff5c46a

View File

@ -12,6 +12,9 @@ may have been fixed since this was written!
* GOPHER transfers seem broken
* configure --disable-http is not fully supported. All other protocols seem
to work to disable.
* If a HTTP server responds to a HEAD request and includes a body (thus
violating the RFC2616), curl won't wait to read the response but just stop
reading and return back. If a second request (let's assume a GET) is then