From 58234534316a35f7b30ca749f899907ff408162d Mon Sep 17 00:00:00 2001 From: Julian Reschke Date: Thu, 16 Mar 2017 22:05:55 +0100 Subject: [PATCH] restore artwork indentation broken by #403 ..hopefully... --- draft-ietf-quic-http.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/draft-ietf-quic-http.md b/draft-ietf-quic-http.md index 268c3a0e76..e2151478d1 100644 --- a/draft-ietf-quic-http.md +++ b/draft-ietf-quic-http.md @@ -92,7 +92,7 @@ HTTP/QUIC was available on UDP port 443 at the same hostname by including the following header in any response: ~~~ example - Alt-Svc: hq=":443" +Alt-Svc: hq=":443" ~~~ On receipt of an Alt-Svc header indicating HTTP/QUIC support, a client MAY @@ -110,8 +110,8 @@ provide version-negotiation hints to HTTP/QUIC clients. QUIC versions are four-octet sequences with no additional constraints on format. Syntax: ~~~ abnf - quic = version-number - version-number = 1*8HEXDIG; hex-encoded QUIC version +quic = version-number +version-number = 1*8HEXDIG; hex-encoded QUIC version ~~~ Leading zeros SHOULD be omitted for brevity. When multiple versions are @@ -120,7 +120,7 @@ Alt-Svc entry. For example, if a server supported both version 0x00000001 and the version rendered in ASCII as "Q034", it could specify the following header: ~~~ example - Alt-Svc: hq=":443";quic=1;quic=51303334 +Alt-Svc: hq=":443";quic=1;quic=51303334 ~~~ Where multiple versions are listed, the order of the values reflects the