mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:23:31 +03:00
parent
793157c51b
commit
acca40c9b5
7 changed files with 63 additions and 28 deletions
|
|
@ -1332,7 +1332,9 @@ CURLcode Curl_pretransfer(struct Curl_easy *data)
|
|||
}
|
||||
|
||||
data->state.prefer_ascii = data->set.prefer_ascii;
|
||||
#ifdef CURL_LIST_ONLY_PROTOCOL
|
||||
data->state.list_only = data->set.list_only;
|
||||
#endif
|
||||
data->state.httpreq = data->set.method;
|
||||
data->state.url = data->set.str[STRING_SET_URL];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue