From 8aaa5e076bbf745f3d36c1f032fbd641860fe899 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Thu, 19 Oct 2017 11:27:55 +1100 Subject: [PATCH] More fixed-size integer residue --- draft-ietf-quic-http.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/draft-ietf-quic-http.md b/draft-ietf-quic-http.md index e738d42776..adf73f3e83 100644 --- a/draft-ietf-quic-http.md +++ b/draft-ietf-quic-http.md @@ -572,8 +572,9 @@ type HTTP_WRONG_STREAM. The CANCEL_PUSH frame has no defined flags. -The CANCEL_PUSH frame carries a 32-bit Push ID that identifies the server push -that is being cancelled (see {{frame-push-promise}}). +The CANCEL_PUSH frame carries a Push ID encoded as a variable-length integer. +The Push ID identifies the server push that is being cancelled (see +{{frame-push-promise}}). If the client receives a CANCEL_PUSH frame, that frame might identify a Push ID that has not yet been mentioned by a PUSH_PROMISE frame.