summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-08-18 16:04:55 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-08-18 16:04:55 +0200
commitffb2bc394b8bed59cb046a45565be5ce2f34c446 (patch)
tree56a11426f49e162d5d93007d2efc08216d68dbd0
parentf2d060cf2b4f5d52ec8f356449085e8070fb5370 (diff)
downloadcurl-ffb2bc394b8bed59cb046a45565be5ce2f34c446.tar.gz
KNOWN_BUGS: HTTP test server 'connection-monitor' problems
Closes #868
-rw-r--r--docs/KNOWN_BUGS8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 3ef8e895f..7cd582466 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -82,6 +82,7 @@ problems may have been fixed or changed somewhat since this was written!
11.1 Curl leaks .onion hostnames in DNS
11.2 error buffer not set if connection to multiple addresses fails
11.3 c-ares deviates from stock resolver on http://1346569778
+ 11.4 HTTP test server 'connection-monitor' problems
12. LDAP and OpenLDAP
12.1 OpenLDAP hangs after returning results
@@ -552,6 +553,13 @@ problems may have been fixed or changed somewhat since this was written!
See https://github.com/curl/curl/issues/893
+11.4 HTTP test server 'connection-monitor' problems
+
+ The 'connection-monitor' feature of the sws HTTP test server doesn't work
+ properly if some tests are run in unexpected order. Like 1509 and then 1525.
+
+ See https://github.com/curl/curl/issues/868
+
12. LDAP and OpenLDAP