aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_reset.3
AgeCommit message (Collapse)Author
2020-02-09altsvc: keep a copy of the file name to survive handle resetDaniel 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
2018-09-23whitespace fixesViktor Szakats
- replace tabs with spaces where possible - remove line ending spaces - remove double/triple newlines at EOF - fix a non-UTF-8 character - cleanup a few indentations/line continuations in manual examples Closes https://github.com/curl/curl/pull/3037
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2014-09-19libcurl docs: improvements all overDaniel Stenberg
2011-03-12source header: added to more filesDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2006-01-02minor editsDaniel Stenberg
2004-07-31mention this is newDaniel Stenberg
2004-07-31curl_easy_reset() documentedDaniel Stenberg