From 39b5e0160a55de9d65e948bc4e8ec288791affbc Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Thu, 7 Jan 2021 11:13:26 +1100 Subject: [PATCH] We don't need to give permission, it's just not an error Closes #4562. --- draft-ietf-quic-transport.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index f43916a0d4..45e78f8d43 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -876,8 +876,8 @@ streams, which is used to check for violations of the advertised connection or stream data limits. A receiver could determine the maximum data limit to be advertised based on the sum of bytes consumed on all streams. -Once a receiver advertises a limit for the connection or a stream, it MAY -advertise a smaller limit, but this has no effect. +Once a receiver advertises a limit for the connection or a stream, it is not an +error to advertise a smaller limit, but the smaller limit has no effect. A receiver MUST close the connection with a FLOW_CONTROL_ERROR error ({{error-handling}}) if the sender violates the advertised connection or stream