Log HTTP/2 availability at start-up.

This commit is contained in:
Sergio Benitez 2022-03-08 15:24:14 -08:00
parent ff7cf68461
commit 4fcb57b704
1 changed files with 1 additions and 0 deletions

View File

@ -358,6 +358,7 @@ impl Config {
launch_info_!("ident: {}", bold(&self.ident));
launch_info_!("limits: {}", bold(&self.limits));
launch_info_!("temp dir: {}", bold(&self.temp_dir.relative().display()));
launch_info_!("http/2: {}", bold(cfg!(feature = "http2")));
match self.keep_alive {
0 => launch_info_!("keep-alive: {}", bold("disabled")),