Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-09 | altsvc: keep a copy of the file name to survive handle reset | Daniel Stenberg | |
The alt-svc cache survives a call to curl_easy_reset fine, but the file name to use for saving the cache was cleared. Now the alt-svc cache has a copy of the file name to survive handle resets. Added test 1908 to verify. Reported-by: Craig Andrews Fixes #4898 Closes #4902 |