mirror of
https://github.com/curl/curl.git
synced 2026-08-14 02:50:58 +03:00
altsvc: move logic from setopt into Curl_altsvc_ctrl()
To keep it all in one place. Closes #20247
This commit is contained in:
parent
219245a616
commit
2725d3cb85
3 changed files with 13 additions and 14 deletions
|
|
@ -54,7 +54,7 @@ struct altsvcinfo *Curl_altsvc_init(void);
|
|||
CURLcode Curl_altsvc_load(struct altsvcinfo *asi, const char *file);
|
||||
CURLcode Curl_altsvc_save(struct Curl_easy *data,
|
||||
struct altsvcinfo *asi, const char *file);
|
||||
CURLcode Curl_altsvc_ctrl(struct altsvcinfo *asi, const long ctrl);
|
||||
CURLcode Curl_altsvc_ctrl(struct Curl_easy *data, const long ctrl);
|
||||
void Curl_altsvc_cleanup(struct altsvcinfo **altsvc);
|
||||
CURLcode Curl_altsvc_parse(struct Curl_easy *data,
|
||||
struct altsvcinfo *altsvc, const char *value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue