From 8fdf2d7c7101b1ad10f8067a1bd91c2ed1e57c24 Mon Sep 17 00:00:00 2001 From: Julian Reschke Date: Tue, 3 Apr 2018 15:12:25 +0200 Subject: [PATCH] replay: fix TLS section ref I believe Section 8 has moved to 9 (FWIW: it's dangerous to use section number references to drafts without specifying the draft number) --- draft-ietf-httpbis-replay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-httpbis-replay.md b/draft-ietf-httpbis-replay.md index 9412fa021..4659c1e22 100644 --- a/draft-ietf-httpbis-replay.md +++ b/draft-ietf-httpbis-replay.md @@ -198,7 +198,7 @@ reject early data. The client then retries the request, resulting in the request being processed twice. Replays are also possible if there are multiple server instances that will accept early data, or if the same server accepts early data multiple times (though this would be in violation of requirements in -Section 8 of {{!TLS13}}). +Section 9 of {{!TLS13}}). Clients that use early data MUST retry requests upon receipt of a 425 (Too Early) status code; see {{status}}.