Skip to content

Commit

Permalink
Update note
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Jul 10, 2023
1 parent e71d7c5 commit b15f82e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions http/transport-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +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.
Note: When we use `/quic-v1/http` or `/tcp/443/tls/http` (or any other
transport) implementations MUST use the correct HTTP ALPN (e.g. `h3` or `h2`
respectively) and not `libp2p` when using the HTTP transport.

## HTTP Paths (and other HTTP Semantics)

Expand Down

0 comments on commit b15f82e

Please sign in to comment.