Deprecated socket_options
#800
karpetrosyan
started this conversation in
General
Replies: 1 comment 8 replies
-
Ah yes I think you've got a good bit of neatening up here. To clarify first, could you provide before/after examples?... |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
#668 added support for socket options.
Refs: encode/httpx#2811
Because we have a
network_backend
as a public API, we can now dropsocket_options
support and just use a customnetwork_backend
instead.I suggest that we will deprecate
socket_options
and remove it in httpcore 0.19.0Beta Was this translation helpful? Give feedback.
All reactions