Skip to content

Commit

Permalink
update default secure port to 443 for T3 URI (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
briancorbin authored Nov 27, 2023
1 parent 68698f4 commit f07f6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t3/api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ impl UriScheme for T3Scheme {
const SCHEME_INSECURE: &'static str = "insecure-t3";

/// Default port numbers
const DEFAULT_SECURE_PORT: u16 = 80;
const DEFAULT_SECURE_PORT: u16 = 443;
const DEFAULT_INSECURE_PORT: u16 = 8080;
}

0 comments on commit f07f6cd

Please sign in to comment.