mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:33:42 +03:00
cli tool: fix mime post with --disable-libcurl-option configure option
Reported-by: Marcel Raad Fixes #3576 Closes #3583
This commit is contained in:
parent
d8b0318ad6
commit
e49e5eaa10
8 changed files with 180 additions and 126 deletions
|
|
@ -178,8 +178,9 @@ struct OperationConfig {
|
|||
curl_off_t condtime;
|
||||
struct curl_slist *headers;
|
||||
struct curl_slist *proxyheaders;
|
||||
tool_mime *mimepost;
|
||||
tool_mime *mimeroot;
|
||||
tool_mime *mimecurrent;
|
||||
curl_mime *mimepost;
|
||||
struct curl_slist *telnet_options;
|
||||
struct curl_slist *resolve;
|
||||
struct curl_slist *connect_to;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue