]> granicus.if.org Git - curl/commit
conn_maxage: move the check to prune_dead_connections()
authorDaniel Stenberg <daniel@haxx.se>
Sun, 16 Jun 2019 21:25:38 +0000 (23:25 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 17 Jun 2019 21:51:26 +0000 (23:51 +0200)
commit755083d00deb167667882e775b0885da0e63d034
tree3e4820f40f1f9b24775b2a25b81388bae600eaf4
parent40259ca65544cd5227cec387d1bb4ded01596ebc
conn_maxage: move the check to prune_dead_connections()

... and avoid the locking issue.

Reported-by: Kunal Ekawde
Fixes #4029
Closes #4032
lib/url.c