Path to this page:
Subject: CVS commit: pkgsrc/www/py-urllib3
From: Adam Ciarcinski
Date: 2017-07-20 18:53:13
Message id: 20170720165313.413D3FACD@cvs.NetBSD.org
Log Message:
1.22:
Fixed missing brackets in HTTP CONNECT when connecting to IPv6 address via IPv6 \
proxy.
Made the connection pool retry on SSLError. The original SSLError is available \
on MaxRetryError.reason.
Drain and release connection before recursing on retry/redirect. Fixes deadlocks \
with a blocking connectionpool.
Fixed compatibility for cookiejar.
pyopenssl: Use vendored version of six
Files: