From 1089dd0d093aa9346b87d4d5e224d3b2ccffbdf4 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Wed, 30 Jan 2019 10:19:07 +0900 Subject: [PATCH] PROTOCOL_VIOLATION for client sending NEW_TOKEN --- draft-ietf-quic-transport.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index ea9859ba5f..7008dc7516 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -4615,6 +4615,9 @@ Token: : An opaque blob that the client may use with a future Initial packet. +A client MUST NOT send a NEW_TOKEN frame. A server MUST treat receipt of a +NEW_TOKEN frame as a connection error of type PROTOCOL_VIOLATION. + ## STREAM Frames {#frame-stream}