1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

Added missing NTLM feature for test 1097

This commit is contained in:
Dan Fandrich 2009-05-30 04:34:11 +00:00
parent cda8d63d43
commit 2091fe530f
2 changed files with 3 additions and 1 deletions

View File

@ -166,8 +166,10 @@ large_file
libz libz
netrc_debug netrc_debug
NSS NSS
NTLM
OpenSSL OpenSSL
SSL SSL
socks
as well as each protocol that curl supports. A protocol only needs to be as well as each protocol that curl supports. A protocol only needs to be
specified if it is different from the server (useful when the server specified if it is different from the server (useful when the server

View File

@ -44,7 +44,7 @@ This is all fine and dandy
https https
</server> </server>
<features> <features>
none NTLM
</features> </features>
<name> <name>
HTTP POST using CONNECT with --proxy-ntlm but no auth is required HTTP POST using CONNECT with --proxy-ntlm but no auth is required