summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUGS7
1 files changed, 7 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 3a7bba0..a2f5145 100644
--- a/BUGS
+++ b/BUGS
@@ -36,3 +36,10 @@ Cache-Control: no-cache
Pragma: no-cache
Connection: close
W8޳����s0��
+
+* for a server with multiple A addresses, a successful connect() will
+ "pin" that address for future attempts to connect. If subsequently
+ a connect() fails, neon should at least iterate through the entire
+ address list and at best should do the DNS lookup again.
+
+* should 207 code strclean the error string from the response body?