]> granicus.if.org Git - curl/commit
If a connection is closed down and it had some kind of NTLM involved, we
authorDaniel Stenberg <daniel@haxx.se>
Mon, 15 Sep 2003 22:33:18 +0000 (22:33 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 15 Sep 2003 22:33:18 +0000 (22:33 +0000)
commit951e2a654582c6c05c28d69b049584d28e19b932
tree589186ea3134975d0a8d8dfeb6809076c8e5cd97
parentfcacd38036bcf134b3ee312677919e9666f38c54
If a connection is closed down and it had some kind of NTLM involved, we
reset the authentication state to make it restart on the next connection.

This of course because NTLM is connection-oriented, whilst all other
authentication schemes are not.
lib/url.c