Skip to content

Commit

Permalink
Update draft number in ALPNs
Browse files Browse the repository at this point in the history
  • Loading branch information
stammw authored and djc committed Feb 8, 2019
1 parent d99f332 commit 7c1664c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quinn-proto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ pub use crate::transport_error::{Code as TransportErrorCode, Error as TransportE
pub const VERSION: u32 = 0xff00_0012;

/// TLS ALPN value for HTTP over QUIC
pub const ALPN_QUIC_HTTP: &[u8] = b"hq-17";
pub const ALPN_QUIC_HTTP: &[u8] = b"hq-18";

/// TLS ALPN value for H3
pub const ALPN_QUIC_H3: &[u8] = b"h3-17";
pub const ALPN_QUIC_H3: &[u8] = b"h3-18";

/// Whether an endpoint was the initiator of a connection
#[derive(Debug, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash)]
Expand Down

0 comments on commit 7c1664c

Please sign in to comment.