feat(http-port-type): change http_port from u32 to u16 per spec (W12)

This commit is contained in:
2026-06-12 14:20:15 +00:00
parent db982e9c4d
commit 77117c29eb
3 changed files with 9 additions and 33 deletions

View File

@@ -257,7 +257,7 @@ async fn test_rate_limit_eviction_task() {
fn make_redirect_listener_config(
bind_addr: &str,
http_port: u32,
http_port: u16,
https_port: u16,
) -> reverse_proxy::config::static_config::ListenerConfig {
reverse_proxy::config::static_config::ListenerConfig {