Issues
- 1
- 0
- 0
- 5
Consistent import style.
#966 opened by tomchristie - 1
- 0
Module name refactor
#967 opened by tomchristie - 2
Use __future__.annotations
#962 opened by zrquan - 0
Drop benchmarking requirements from CI.
#964 opened by tomchristie - 1
Handle HTTP/2 half-closed connections gracefully
#775 opened by karpetrosyan - 0
Missing client stream reset in h2 connection
#943 opened by MarkLux - 0
- 0
- 1
non basic Proxy Authorization requests blocked by http_proxy raising error
#913 opened by pettzilla1 - 1
Proxy connection headers not checked for as standard
#914 opened by pettzilla1 - 2
sslv3 alert handshake failure
#917 opened by DouglasBlackwood - 0
trio v0.25.0 was released last week
#902 opened by ehaupt - 8
anyio.EndOfStream can leak up
#808 opened by mcclurem - 3
Support connection `Upgrade` and `CONNECT`.
#872 opened by MtkN1 - 2
1.0.3: pytest fails in 5 units
#889 opened by kloczek - 10
AsyncConnectionPool hangs future connections sometimes when a connection get canceled.
#830 opened by fusiyuan2010 - 0
Add `__repr__` for connection pools
#861 opened by rattrayalex - 3
- 1
Socks proxy should support read/write timeouts
#862 opened by Anthonybelui - 2
- 0
Synchronous TLS-in-TLS doesn't work
#841 opened by karpetrosyan - 2
Pool timeout doesn't work
#822 opened by karpetrosyan - 9
sdist is missing tests
#798 opened by mtelka - 0
- 5
Tests for network backends.
#721 opened by tomchristie - 1
Support HTTPS proxies.
#722 opened by tomchristie - 4
Support 'sni_hostname' extension with SOCKS proxy.
#772 opened by Allgot - 0
- 0
- 1
- 0
- 0
Create an issue and pull request templates
#746 opened by karpetrosyan - 1
- 0
Graceful handling for HTTP/2 GoAway frames.
#730 opened by tomchristie - 0
Support force-forwarding and force-tunneling
#735 opened by karpetrosyan - 0
Add `"network_stream"` extension to HTTP/2.
#724 opened by tomchristie - 0
Document working with connections directly.
#725 opened by tomchristie - 3
asyncio.exceptions.CancelledError not releasing connection from the connection pool
#658 opened by niraj8989 - 0
- 0
Document the "stream_id" response extension.
#693 opened by tomchristie - 1
Allow socket options to be configured.
#662 opened by tomchristie - 0
Add an `sni_hostname` request extension.
#691 opened by tomchristie - 1
- 5
ValueError: list.remove(x): x not in list
#670 opened by dimaqq - 4
AsyncIOStream class initializer raises AttributeError: module 'anyio' has no attribute 'abc'
#660 opened by elliottmoos - 0
Streaming without "with" like urllib3
#649 opened by GunGunGun