2022-01-19 07:08:09 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-httpcore: updated to 0.14.5
0.14.5
- SOCKS proxy support.
- Add proxy_auth argument to HTTPProxy
- Improve error message on 'RemoteProtocolError' exception when server \
disconnects without sending a response
|
2022-01-06 09:53:30 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-httpcore: updated to 0.14.4
0.14.4
- Support HTTP/2 on HTTPS tunnelling proxies.
- Fix proxy headers missing on HTTP forwarding.
- Only instantiate SSL context if required.
- More robust HTTP/2 handling.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-12-30 14:05:42 by Adam Ciarcinski | Files touched by this commit (125) |
Log message:
Forget about Python 3.6
|
2021-11-17 18:06:06 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-httpcore: updated to 0.14.3
0.14.3
- Fix race condition when removing closed connections from the pool
|
2021-11-17 09:35:13 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-httpcore: updated to 0.14.2
0.14.2
- Failed connections no longer remain in the pool.
|
2021-11-15 18:41:18 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-httpcore: updated to 0.14.1
0.14.1 (November 12th, 2021)
max_connections becomes optional.
certifi is now included in the install dependancies.
h2 is now strictly optional.
0.14.0 (November 11th, 2021)
The 0.14 release is a complete reworking of httpcore, comprehensively addressing \
some underlying issues in the connection pooling, as well as substantially \
redesigning the API to be more user friendly.
Some of the lower-level API design also makes the components more easily \
testable in isolation, and the package now has 100% test coverage.
There's some other neat bits in there too, such as the "trace" \
extension, which gives a hook into inspecting the internal events that occur \
during the request/response cycle. This extension is needed for the HTTPX cli, \
in order to...
Log the point at which the connection is established, and the IP/port on which \
it is made.
Determine if the outgoing request should log as HTTP/1.1 or HTTP/2, rather than \
having to assume it's HTTP/2 if the --http2 flag was passed. (Which may not \
actually be true.)
Log SSL version info / certificate info.
Note that curio support is not currently available in 0.14.0. If you're using \
httpcore with curio please get in touch, so we can assess if we ought to \
prioritize it as a feature or not.
|
2021-10-26 13:31:15 by Nia Alarie | Files touched by this commit (1030) |
Log message:
www: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts):
www/nghttp2/distinfo
Unfetchable distfiles (almost certainly fetched conditionally...):
./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx-devel/distinfo naxsi-1.3.tar.gz
./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx-devel/distinfo njs-0.5.0.tar.gz
./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz
./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx/distinfo naxsi-1.3.tar.gz
./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx/distinfo njs-0.5.0.tar.gz
./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz
|
2021-10-07 17:09:00 by Nia Alarie | Files touched by this commit (1033) |
Log message:
www: Remove SHA1 hashes for distfiles
|
2021-09-14 08:42:49 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-httpcore: updated to 0.13.7
0.13.7
- Fix broken error messaging when URL scheme is missing, or a non HTTP(S) scheme \
is used.
|