diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-03-09 21:01:39 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-03-09 21:01:39 +0000 |
commit | 1962ebf8e7f918638c1601f2b05a705f502150a3 (patch) | |
tree | cb8a18717d135d6054f8ad20fd8ecb70cb61f220 /docs/KNOWN_BUGS | |
parent | 7c144d5a7ec62f9191a3651705f2e8d80c2a7865 (diff) |
Updated the test harness to check for protocol support before running each
test, fixing KNOWN_BUGS #11. Fixed some tests to more accurately specify
their required servers and features.
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index ae5fbd716..74bf092f8 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -106,9 +106,6 @@ may have been fixed since this was written! acknowledged after the actual TCP connect (during the SOCKS "negotiate" phase). -11. Using configure --disable-[protocol] may cause 'make test' to fail for - tests using the disabled protocol(s). - 10. To get HTTP Negotiate authentication to work fine, you need to provide a (fake) user name (this concerns both curl and the lib) because the code wrongly only considers authentication if there's a user name provided. |