mirror of
https://github.com/curl/curl.git
synced 2026-08-25 19:43:33 +03:00
urlapi: remove unused flags argument from Curl_url_set_authority
The function is only called from a single place (for HTTP/2 server push) so might as well just assume this fixed option every time. Closes #13409
This commit is contained in:
parent
89ce720028
commit
0a25b3e014
3 changed files with 6 additions and 7 deletions
|
|
@ -28,8 +28,7 @@
|
|||
size_t Curl_is_absolute_url(const char *url, char *buf, size_t buflen,
|
||||
bool guess_scheme);
|
||||
|
||||
CURLUcode Curl_url_set_authority(CURLU *u, const char *authority,
|
||||
unsigned int flags);
|
||||
CURLUcode Curl_url_set_authority(CURLU *u, const char *authority);
|
||||
|
||||
#ifdef DEBUGBUILD
|
||||
CURLUcode Curl_parse_port(struct Curl_URL *u, struct dynbuf *host,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue