Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove socket option modifier from configuration #540

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

malandis
Copy link
Contributor

@malandis malandis commented Feb 28, 2024

Previously we had added a copy factory to Configuration to change
SocketHttpHandlerOptions. While tihs was for the convenience of the
Configurations code, this exposed a low level detail to the top
level of Configuration, which is undesirable.

We remove that in this PR. Since the previous code using it was wholly
encapsulated in Configurations, this does not break other code.

Previously we had added a copy factory to `Configuration` to change
`SocketHttpHandlerOptions`. While tihs was for the convenience of the
`Configurations` code, this exposes a low level option to the top
level of `Configuration`, which is undesirable.

We remove that in this PR. The previous code using it was wholly
encapsulated in `Configurations`, so not a breaking change.
@malandis malandis merged commit 9bf812c into main Feb 29, 2024
7 checks passed
@malandis malandis deleted the chore/remove-sockets-options-from-config-top-level branch February 29, 2024 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants