]> granicus.if.org Git - curl/commit
authneg: clear auth.multi flag at http_done
authorIsaac Boukris <iboukris@gmail.com>
Thu, 26 Jan 2017 22:42:28 +0000 (00:42 +0200)
committerMichael Kaufmann <mail@michael-kaufmann.ch>
Sat, 11 Mar 2017 17:12:08 +0000 (18:12 +0100)
commit5278462c32a70cd972a8cc824a38f164151d6c6d
treef34ed7e53b43fd64b8ead5bcd2416ed6a22bbf91
parent381aff03857544b05c34f3f095089cd170023978
authneg: clear auth.multi flag at http_done

This flag is meant for the current request based on authentication
state, once the request is done we can clear the flag.

Also change auth.multi to auth.multipass for better readability.

Fixes https://github.com/curl/curl/issues/1095
Closes https://github.com/curl/curl/pull/1326

Signed-off-by: Isaac Boukris <iboukris@gmail.com>
Reported-by: Michael Kaufmann
lib/http.c
lib/urldata.h