]> granicus.if.org Git - curl/commit
conncache: make "bundles" per host name when doing proxy tunnels
authorDaniel Stenberg <daniel@haxx.se>
Tue, 28 May 2019 10:14:51 +0000 (12:14 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 28 May 2019 14:23:59 +0000 (16:23 +0200)
commit2f11fbf208c78d38e9a19b1224238c4ecff5989f
tree52ca77fbba326655ca035b53a210248c8f014594
parent8581e1928ea8e125021408ec071fcedb0276c7fe
conncache: make "bundles" per host name when doing proxy tunnels

Only HTTP proxy use where multiple host names can be used over the same
connection should use the proxy host name for bundles.

Reported-by: Tom van der Woerdt
Fixes #3951
Closes #3955
lib/conncache.c
lib/conncache.h
lib/url.c