aioh2 icon indicating copy to clipboard operation
aioh2 copied to clipboard

HTTP/2 implementation with hyper-h2 on Python 3 asyncio.

Results 15 aioh2 issues
Sort by recently updated
recently updated
newest added

Bumps [wheel](https://github.com/pypa/wheel) from 0.23.0 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...

dependencies

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

`from . import async_task` in #19 is needless and will cause error `ImportError: cannot import name 'async_task' from 'aioh2'`

h2 v4 removed `PingAcknowledged`, as it was equivalent to `PingAckReceived`. This breaks aioh2 with h2 v4

Bumps [cryptography](https://github.com/pyca/cryptography) from 1.0.1 to 3.2. Changelog Sourced from cryptography's changelog. 3.2 - 2020-10-25 * **SECURITY ISSUE:** Attempted to make RSA PKCS#1v1.5 decryption more constant time, to protect against Bleichenbacher...

dependencies

e8105131ac13817f9d8dd432e2827a736085c69f went in on December 18, 2018, but it doesn't look to have made it into any release. As a result, packages that depend on aioh2, such as [this project](https://github.com/facebookexperimental/doh-proxy)...

`test_priority (tests.test_aioh2.TestServer)` doesn't [seem to be][1] deterministic. This causes a problem when packaging this library (eg https://github.com/NixOS/nixpkgs/pull/49158), because the package build will randomly fail. For now, we can probably disable...

and pytest-asyncio. Fix failing test too.

help wanted
task

help wanted
feature