]> git.ipfire.org Git - thirdparty/curl.git/commit
http: move "oauth_bearer" from connectdata to Curl_easy
authornao <naost3rn@gmail.com>
Tue, 21 Jan 2020 09:30:37 +0000 (10:30 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 21 Jan 2020 09:32:43 +0000 (10:32 +0100)
commitdea17b519dc1d83265ca6aa9a484a2cf242db3b9
tree5b4c59f72e6215e1bf7888fb16787f7a7ea6b842
parent1774dbd74c77cd6c728588c8a717903dd16003f3
http: move "oauth_bearer" from connectdata to Curl_easy

Fixes the bug where oauth_bearer gets deallocated when we re-use a
connection.

Closes #4824
lib/curl_sasl.c
lib/http.c
lib/url.c
lib/urldata.h