diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-08-21 11:20:19 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-08-25 09:17:57 +0200 |
commit | 898808fa8ca7b4a8e0866a5d7769ed1b50219328 (patch) | |
tree | 341811d9e2bdd71f2d8086944e8b33e20b8d6df6 /CMakeLists.txt | |
parent | a20da5523e20ace47b3330501b7abab72fd43b8d (diff) |
disconnect: don't touch easy-related state on disconnects
This was done to make sure NTLM state that is bound to a connection
doesn't survive and gets used for the subsequent request - but
disconnects can also be done to for example make room in the connection
cache and thus that connection is not strictly related to the easy
handle's current operation.
The http authentication state is still kept in the easy handle since all
http auth _except_ NTLM is connection independent and thus survive over
multiple connections.
Bug: http://curl.haxx.se/mail/lib-2014-08/0148.html
Reported-by: Paras S
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions