From c76916ed8402931dc3795db011440dc8a1c8c591 Mon Sep 17 00:00:00 2001 From: ianswett Date: Sat, 14 Jul 2018 13:45:39 -0400 Subject: [PATCH] Fix long lines --- draft-ietf-quic-qpack.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/draft-ietf-quic-qpack.md b/draft-ietf-quic-qpack.md index 40498be951..4591f2340b 100644 --- a/draft-ietf-quic-qpack.md +++ b/draft-ietf-quic-qpack.md @@ -438,10 +438,10 @@ instructions. An addition to the header table where the header field name matches the header field name of an entry stored in the static table or the dynamic table starts with the '1' one-bit pattern. The `S` bit indicates whether the reference is to -the static (S=1) or dynamic (S=0) table. The 6-bit prefix integer (see Section 5.1 -of [RFC7541]) that follows is used to locate the table entry for the header name. -When S=1, the number represents the static table index; when S=0, the number is -the relative index of the entry in the dynamic table. +the static (S=1) or dynamic (S=0) table. The 6-bit prefix integer (see Section +5.1 of [RFC7541]) that follows is used to locate the table entry for the header +name. When S=1, the number represents the static table index; when S=0, the +number is the relative index of the entry in the dynamic table. The header name reference is followed by the header field value represented as a string literal (see Section 5.2 of [RFC7541]).