mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -05:00
parent
2f4e14e404
commit
182c272133
@ -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…
Reference in New Issue
Block a user