mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:43:31 +03:00
parent
298c1dfc7b
commit
9dbce9b3d0
6 changed files with 7 additions and 7 deletions
|
|
@ -186,7 +186,7 @@ static CURLcode altsvc_add(struct altsvcinfo *asi, char *line)
|
|||
* Load alt-svc entries from the given file. The text based line-oriented file
|
||||
* format is documented here: https://curl.se/docs/alt-svc.html
|
||||
*
|
||||
* This function only returns error on major problems that prevents alt-svc
|
||||
* This function only returns error on major problems that prevent alt-svc
|
||||
* handling to work completely. It will ignore individual syntactical errors
|
||||
* etc.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1570,7 +1570,7 @@ CURLcode Curl_follow(struct Curl_easy *data,
|
|||
data->state.referer_alloc = FALSE;
|
||||
}
|
||||
|
||||
/* Make a copy of the URL without crenditals and fragment */
|
||||
/* Make a copy of the URL without credentials and fragment */
|
||||
u = curl_url();
|
||||
if(!u)
|
||||
return CURLE_OUT_OF_MEMORY;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue