summaryrefslogtreecommitdiff
path: root/test/basic1.test
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2021-01-19 16:37:39 +0200
committerTimo Teräs <timo.teras@iki.fi>2021-01-19 16:42:38 +0200
commitacca5cbff088397a960a24cd3600e772b572308d (patch)
tree288004d39f7e8139ce4cfd823ec2674ff5d58f60 /test/basic1.test
parentd430a989761e293e0fb042dcfe575cabdd95805a (diff)
downloadapk-tools-acca5cbff088397a960a24cd3600e772b572308d.tar.gz
apk-tools-acca5cbff088397a960a24cd3600e772b572308d.tar.bz2
apk-tools-acca5cbff088397a960a24cd3600e772b572308d.tar.xz
apk-tools-acca5cbff088397a960a24cd3600e772b572308d.zip
libfetch: fix connection pooling for proxied http/https requests
The connection pooling was broken in two ways: 1. The original URL was always used as the connection pool URL, resulting in duplicate connections to the proxy for http URLs (each http URL would get separate proxy connection) 2. The cache_url stored was always the socket level connect URL. In case of HTTPS, the lookup was done done with the real URL, but the proxy URL was stored as the "cache URL". Thus HTTPS CONNECT connections were never re-used. This fixes the code with following logic: 1. The cache key url is the real URL when no-proxy, or when HTTPS with proxy (the socket is connected to proxy, but logically it is connected to the real URL due to HTTP CONNECT request). And for HTTP with proxy, it's the proxy URL so same proxy connection can be reused for all requests going through it. 2. fetch_connect() now gets cache key URL separately, and it always gets the same value as the fetch_cache_get() calls.
Diffstat (limited to 'test/basic1.test')
0 files changed, 0 insertions, 0 deletions