Skip to content

Remove HttpServerConfig#ssl boolean#6040

Merged
vietj merged 1 commit intomasterfrom
remove-http-server-config-ssl-boolean
Mar 25, 2026
Merged

Remove HttpServerConfig#ssl boolean#6040
vietj merged 1 commit intomasterfrom
remove-http-server-config-ssl-boolean

Conversation

@vietj
Copy link
Copy Markdown
Member

@vietj vietj commented Mar 25, 2026

Motivation:

HttpServerConfig has copied the boolean ssl flag from HttpServerOptions.

Since on HTTP server there is no start TLS behavior, we can remove this configuration and state that ssl <=> ssl options != null

Changes:

Remove HttpServerConfig#ssl boolean and update tests / examples accordingly.

@vietj vietj added this to the 5.1.0 milestone Mar 25, 2026
@vietj vietj force-pushed the remove-http-server-config-ssl-boolean branch from 444bfa4 to bc26b27 Compare March 25, 2026 15:21
Motivation:

HttpServerConfig has copied the boolean ssl flag from HttpServerOptions.

Since on HTTP server there is no start TLS behavior, we can remove this configuration and state that ssl <=> ssl options != null

Changes:

Remove HttpServerConfig#ssl boolean and update tests / examples accordingly.
@vietj vietj force-pushed the remove-http-server-config-ssl-boolean branch from bc26b27 to 5d4c2b5 Compare March 25, 2026 16:06
@vietj vietj merged commit 5b2d601 into master Mar 25, 2026
12 of 13 checks passed
@vietj vietj deleted the remove-http-server-config-ssl-boolean branch March 25, 2026 17:20
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.

1 participant