From 087cbc676f273c7e9543504330c5746b6a2b9ecc Mon Sep 17 00:00:00 2001 From: Steven Valdez Date: Tue, 5 Sep 2023 17:00:16 -0400 Subject: [PATCH] Fix formatting for HTTP examples. - Fix figure line length (set to 69 to match output limits). - Note use of obs-fold is just for presentation. Fixes #436 and #436. --- .lint.py | 2 +- draft-ietf-privacypass-auth-scheme.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.lint.py b/.lint.py index c33f518b..f293af26 100644 --- a/.lint.py +++ b/.lint.py @@ -7,7 +7,7 @@ parser = argparse.ArgumentParser(description="Lint markdown drafts.") parser.add_argument("files", metavar="file", nargs="+", help="Files to lint") parser.add_argument("-l", dest="maxLineLength", default=80) -parser.add_argument("-f", dest="maxFigureLineLength", default=65) +parser.add_argument("-f", dest="maxFigureLineLength", default=69) args = parser.parse_args() diff --git a/draft-ietf-privacypass-auth-scheme.md b/draft-ietf-privacypass-auth-scheme.md index 687d1a80..c8f64957 100644 --- a/draft-ietf-privacypass-auth-scheme.md +++ b/draft-ietf-privacypass-auth-scheme.md @@ -922,7 +922,9 @@ the token-key parameter for the first challenge in the list, whereas token-key-1 denotes the token-key for the second challenge in the list. The resulting wire-encoded WWW-Authentication header based on this -list of challenges is then listed at the end. +list of challenges is then listed at the end. Line folding is only +used to fit the document formatting constraints and not unsupported +in actual requests. ~~~ token-type-0: 0x0002