summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-09-09 07:07:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-09-09 07:07:13 +0000
commit9a3ff5c46abe6ce1707201dff748202e2b336977 (patch)
tree042da949368c485fc5506b9edae8c7877f098dfd
parentb36c654a3d46d309e636918f1dfaa6c7794aad80 (diff)
downloadgnurl-9a3ff5c46abe6ce1707201dff748202e2b336977.tar.gz
gnurl-9a3ff5c46abe6ce1707201dff748202e2b336977.tar.bz2
gnurl-9a3ff5c46abe6ce1707201dff748202e2b336977.zip
configure --disable-http is not properly working
-rw-r--r--docs/KNOWN_BUGS3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 386712c00..f5b7c844c 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -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