Curl_pretransfer: clear out unwanted auth methods
authorDaniel Stenberg <daniel@haxx.se>
Mon, 5 Nov 2012 22:31:24 +0000 (23:31 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 6 Nov 2012 21:23:56 +0000 (22:23 +0100)
commit13ce9031cc3af2accc1be9e93cfc462efe513343
tree10e7d6af584ed755c364ff76a6ea10ba4fe2fd6e
parent95326a40ffe567b3f37706e078a5914244a45ee5
Curl_pretransfer: clear out unwanted auth methods

As a handle can be re-used after having done HTTP auth in a previous
request, it must make sure to clear out the HTTP types that aren't
wanted in this new request.
lib/transfer.c