mirror of
https://github.com/curl/curl.git
synced 2026-07-23 18:47:16 +03:00
parent
2f4e14e404
commit
182c272133
1 changed files with 1 additions and 0 deletions
|
|
@ -559,6 +559,7 @@ bool Curl_altsvc_lookup(struct altsvcinfo *asi,
|
|||
n = e->next;
|
||||
if(as->expires < now) {
|
||||
/* an expired entry, remove */
|
||||
Curl_llist_remove(&asi->list, e, NULL);
|
||||
altsvc_free(as);
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue