Skip to content

Commit 04d2c00

Browse files
committed
Improve the doc more
1 parent 1d92401 commit 04d2c00

File tree

1 file changed

+1
-1
lines changed
  • documentation/jetty/modules/programming-guide/pages/server

1 file changed

+1
-1
lines changed

documentation/jetty/modules/programming-guide/pages/server/http.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ The HTTP/3 client may now initiate a QUIC connection on port `843` and make HTTP
537537

538538
NOTE: It is nowadays common to use the same port `443` for both HTTP/2 and HTTP/3. This does not cause problems because HTTP/2 listens on the TCP port `443`, while QUIC listens on the UDP port `443`.
539539

540-
TIP: When using `HTTP3ServerConnectionFactory`, the `Alt-Svc` header is automatically added to HTTP/2 responses, advertising the HTTP/3 connector's port.
540+
TIP: The `Alt-Svc` header is automatically added to HTTP/2 responses, advertising the HTTP/3 connector's port.
541541

542542
It is therefore common for HTTP/3 clients to initiate connections using the HTTP/2 protocol over TCP, and if the server supports HTTP/3 switch to HTTP/3 as indicated by the server.
543543

0 commit comments

Comments
 (0)