summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-02-26 19:23:52 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-02-26 19:23:52 +0000
commit48f0f9e14f7017efa7b20378fcef439d9a97e0a9 (patch)
treededde3392100298cf48994d8e6847f44088dbde1 /BUGS
parent0c140b82beeef80242c99dd7246d614240c6e71f (diff)
downloadneon-48f0f9e14f7017efa7b20378fcef439d9a97e0a9.tar.gz
ne_lock_refresh does now DTRT, and D.J.'s cunningly borked proxy
should now be handled. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@499 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS5
1 files changed, 0 insertions, 5 deletions
diff --git a/BUGS b/BUGS
index 5a5ede7..b2e3110 100644
--- a/BUGS
+++ b/BUGS
@@ -10,8 +10,6 @@ Known problems/bugs in neon -*- text -*-
* ne_lock_discover does not handle multiple (shared) locks on
a single resource.
-* ne_lock_refresh does not update the passed-in lock structure.
-
* SSL session caching issues; only cache for clean shutdowns, and
only cache on shutdown, since the SSL_SESSION may change during
an ne_session?
@@ -27,9 +25,6 @@ returning -1 from the provide_client_cert function would allow that
opportunistic use of client certificates, of the "SSLVerifyClient
optional" variety.
-* D.J. Heap has a proxy which returns a 401 in response to a CONNECT;
-relax the ne_auth rules to allow this since it's unambiguous.
-
* Error handling from ne__pull_request_body/send_request_body is
buggy: socket errors are not distinguished from body provider errors;
the connection must be closed in ne_request after a body provider