mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:43:35 +03:00
urldata: move cookiehost to struct SingleRequest
To make it scoped for the single request appropriately. Reported-by: Muhamad Arga Reksapati Verify with libtest 2504: a custom Host *disabled* on reused handle Closes #21312
This commit is contained in:
parent
86f1e5b3f6
commit
3a19987a87
9 changed files with 162 additions and 12 deletions
|
|
@ -290,7 +290,7 @@ CURLcode Curl_close(struct Curl_easy **datap)
|
|||
curlx_safefree(data->state.aptr.ref);
|
||||
curlx_safefree(data->state.aptr.host);
|
||||
#ifndef CURL_DISABLE_COOKIES
|
||||
curlx_safefree(data->state.aptr.cookiehost);
|
||||
curlx_safefree(data->req.cookiehost);
|
||||
#endif
|
||||
#ifndef CURL_DISABLE_RTSP
|
||||
curlx_safefree(data->state.aptr.rtsp_transport);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue