mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
url: set default upload flags to CURLULFLAG_SEEN
As documented. Not doing this was a regression.
Follow-up to 6758aa722d
Reported by Codex Security
Closes #21217
This commit is contained in:
parent
3b8bb1a86a
commit
6d6d81e393
@ -426,6 +426,7 @@ void Curl_init_userdefined(struct Curl_easy *data)
|
||||
set->sep_headers = TRUE; /* separated header lists by default */
|
||||
set->buffer_size = READBUFFER_SIZE;
|
||||
set->upload_buffer_size = UPLOADBUFFER_DEFAULT;
|
||||
set->upload_flags = CURLULFLAG_SEEN;
|
||||
set->happy_eyeballs_timeout = CURL_HET_DEFAULT;
|
||||
set->upkeep_interval_ms = CURL_UPKEEP_INTERVAL_DEFAULT;
|
||||
set->maxconnects = DEFAULT_CONNCACHE_SIZE; /* for easy handles */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user