mirror of
https://github.com/curl/curl.git
synced 2026-08-26 11:23:35 +03:00
curl: two new command line options for etags
--etag-compare and --etag-save Suggested-by: Paul Hoffman Fixes #4277 Closes #4543
This commit is contained in:
parent
1ff63fa69b
commit
18e5cb77e9
15 changed files with 390 additions and 3 deletions
|
|
@ -128,6 +128,8 @@ static void free_config_fields(struct OperationConfig *config)
|
|||
Curl_safefree(config->pubkey);
|
||||
Curl_safefree(config->hostpubmd5);
|
||||
Curl_safefree(config->engine);
|
||||
Curl_safefree(config->etag_save_file);
|
||||
Curl_safefree(config->etag_compare_file);
|
||||
Curl_safefree(config->request_target);
|
||||
Curl_safefree(config->customrequest);
|
||||
Curl_safefree(config->krblevel);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue