_close_expire_connections
is unexpectedly expensive with tls connections
#893
Unanswered
bdraco
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It looks like the cause is calling into anyio
get_extra_info
because this function does a lot of work under the hood https://github.com/agronholm/anyio/blob/e0529a31e819064fcf1eaf7df55d1712a30bed6b/src/anyio/streams/tls.py#L230All that httpcore wants is
is_readable
httpcore/httpcore/_async/http11.py
Line 290 in 5518172
Beta Was this translation helpful? Give feedback.
All reactions