How to enable TCP keepalive feature? #490
Unanswered
thune-xiaobai
asked this question in
Q&A
Replies: 1 comment
-
There isn't currently any API for socket options, no. There's ways you'd be able to dig into it. The "backends" are the point at which the network comms actually happen so those are the place to look to start with. We could probably consider some functionality around this for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In
urllib3
docs, there're ways to add tcp keepalive options toHTTPConnection
but on
httpx
orhttpcore
, I didn't find the way to do same thing, any solutions if I want to enable tcp keepalive?Beta Was this translation helpful? Give feedback.
All reactions