summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2004-10-02 19:31:06 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2004-10-02 19:31:06 +0000
commit7af4513399ba46674d9d4faca8e6d548e8c432d8 (patch)
treec3804eeaa32c72e3b60f12aff1182088e979e41a /BUGS
parent815aa28e20edc460a309e6faee73e71cbd4736ba (diff)
downloadneon-7af4513399ba46674d9d4faca8e6d548e8c432d8.tar.gz
Import neon-0.24.4.
git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.24.x@251 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS9
1 files changed, 0 insertions, 9 deletions
diff --git a/BUGS b/BUGS
index f4c4750..2ae9ca5 100644
--- a/BUGS
+++ b/BUGS
@@ -14,15 +14,6 @@ Known problems/bugs in neon -*- text -*-
only cache on shutdown, since the SSL_SESSION may change during
an ne_session.
-* test failures in `socket' on some non-Linux platforms:
-
-19. write_reset........... FAIL (write got 0 not reset)
-20. read_reset............ FAIL (read got -3 not reset)
-
-* server auth should not run on a CONNECT request; once a connection
- has been CONNECT tunneled, subsequent requests through the tunnel
- should not give proxy auth.
-
* what is passed as 'path' to req create hook: auth needs Request-URI;
how does that interact with proxies? also they will be passed NULL
for a CONNECT request, or "*" possibly as well.