]> granicus.if.org Git - curl/commit
CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuse
authorDaniel Stenberg <daniel@haxx.se>
Sun, 14 Apr 2019 21:20:01 +0000 (23:20 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 21 Apr 2019 21:06:23 +0000 (23:06 +0200)
commite649432e7234dfe6905f4663bd0ce7b37ef2c5e7
treeec343333607d509a68fa8ad74cdb9833c1f380ba
parent060f870b85a6ee85668caeb791935fe98f4da56d
CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuse

... and disconnect too old ones instead of trying to reuse.

Default max age is set to 118 seconds.

Ref: #3722
Closes #3782
docs/TODO
docs/libcurl/curl_easy_setopt.3
docs/libcurl/opts/CURLOPT_MAXAGE_CONN.3 [new file with mode: 0644]
docs/libcurl/opts/Makefile.inc
docs/libcurl/symbols-in-versions
include/curl/curl.h
lib/conncache.c
lib/setopt.c
lib/url.c
lib/urldata.h