You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/jetty/modules/programming-guide/pages/server/http.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -537,7 +537,7 @@ The HTTP/3 client may now initiate a QUIC connection on port `843` and make HTTP
537
537
538
538
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`.
539
539
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.
541
541
542
542
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.
0 commit comments