Skip to content

Commit

Permalink
Add note about ALPN in quic
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Jun 16, 2023
1 parent ec7e439 commit e71d7c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions http/transport-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ The following are examples of multiaddrs for HTTP transport capable nodes:
* `/ip6/2001:0db8:85a3:0000:0000:8a2e:0370:7334/tcp/443/tls/http`
* `/ip4/1.2.3.4/udp/50781/quic-v1/http`

Note: When we use `/quic-v1/http` (or any other QUIC version)
implementations MUST use the correct ALPN (e.g. `h3`) and not `libp2p` when
using the HTTP transport.

## HTTP Paths (and other HTTP Semantics)

Expand Down

0 comments on commit e71d7c5

Please sign in to comment.