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

[Breaking] listen_address renamed/remapped in config #476

Merged
merged 1 commit into from Dec 12, 2023

Conversation

allada
Copy link
Collaborator

@allada allada commented Dec 12, 2023

Moved listen_address to listener.http.socket_address mapping.

This future proofs our config a bit more so we can add other kinds of listeners that are not http based (like unix sockets).

In doing this we also moved the http(s)/http2 related fields into the same struct.


This change is Reviewable

Copy link
Collaborator Author

@allada allada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+@adam-singer

Reviewable status: 0 of 14 files reviewed, all discussions resolved (waiting on @adam-singer)

Copy link
Collaborator Author

@allada allada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fyi: @chrisstaite-menlo

Reviewable status: 0 of 14 files reviewed, all discussions resolved (waiting on @adam-singer)

Copy link
Contributor

@adam-singer adam-singer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Nice, naming choice feels more natural !

Reviewed 14 of 14 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @allada)

Moved `listen_address` to `listener.http.socket_address` mapping.

This future proofs our config a bit more so we can add other kinds
of listeners that are not http based (like unix sockets).

In doing this we also moved the http(s)/http2 related fields into
the same struct.
@allada allada merged commit 9db28d6 into main Dec 12, 2023
19 of 21 checks passed
@allada allada deleted the move-service-socket-config branch December 12, 2023 23:35
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.

None yet

2 participants