Open nmlorg opened 2 months ago
Quick proof of concept related to https://github.com/encode/httpx/discussions/3278 (and possibly https://github.com/encode/httpcore/discussions/778).
As committed:
$ pytest tests/*/test_http2.py ⋮ tests/_async/test_http2.py ....................F tests/_sync/test_http2.py ..........F ⋮ > assert fetches == [1.0] * 5 E assert [1.4, 1.4, 1.2, 1.8, 1.0] == [1.0, 1.0, 1.0, 1.0, 1.0]
With my work in progress:
$ pytest tests/_sync/test_http2.py ⋮ tests/_sync/test_http2.py ...........
Summary
Quick proof of concept related to https://github.com/encode/httpx/discussions/3278 (and possibly https://github.com/encode/httpcore/discussions/778).
As committed:
With my work in progress:
Checklist