Skip to content

Commit

Permalink
Merge pull request #192 from akostadinov/h3
Browse files Browse the repository at this point in the history
h3 header to use https_redirection_port
  • Loading branch information
junkurihara authored Sep 20, 2024
2 parents 7458ca8 + b7c16ea commit d26e0f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ where
&& backend_app.https_redirection.is_some()
&& backend_app.mutual_tls.as_ref().is_some_and(|v| !v)
{
if let Some(port) = self.globals.proxy_config.https_port {
if let Some(port) = self.globals.proxy_config.https_redirection_port {
add_header_entry_overwrite_if_exist(
headers,
header::ALT_SVC.as_str(),
Expand Down

0 comments on commit d26e0f4

Please sign in to comment.