summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorJoe Orton <notroj@users.noreply.github.com>2005-02-26 19:23:52 +0000
committerJoe Orton <notroj@users.noreply.github.com>2005-02-26 19:23:52 +0000
commit632da68de6a6ecf3c58faa8538c151171058fb66 (patch)
treededde3392100298cf48994d8e6847f44088dbde1 /BUGS
parentff3fe8c1087d72146db1b03a21932f19d29cf7a6 (diff)
downloadneon-git-632da68de6a6ecf3c58faa8538c151171058fb66.tar.gz
ne_lock_refresh does now DTRT, and D.J.'s cunningly borked proxy
should now be handled.
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