summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2008-06-27 16:12:24 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2008-06-27 16:12:24 +0000
commitce8d637cc984aafe1b75c41abfc36ea907dbbb15 (patch)
tree11cf000e248be6da4b6197dffc323a4bae7ab493 /BUGS
parentd3274c2f7f3746866bda559b17abc542285309d6 (diff)
downloadneon-ce8d637cc984aafe1b75c41abfc36ea907dbbb15.tar.gz
* BUGS: Note some issues.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1453 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'BUGS')
-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?