Skip to content

Commit

Permalink
Add http3 feature to testing matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Mar 15, 2024
1 parent 0d585ed commit 48416fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ impl Rocket<Orbit> {
} else {
warn!("HTTP/3 cannot start without valid TCP/TLS configuration.");
info_!("Falling back to HTTP/1 and HTTP/2 server.");
self.clone().serve(listener).await?;
self.clone().serve12(listener).await?;
}
}

Expand Down
1 change: 1 addition & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ function test_core() {
FEATURES=(
tokio-macros
http2
http3
secrets
tls
mtls
Expand Down

0 comments on commit 48416fd

Please sign in to comment.