From ce0b38139bb4b45d6acfe72cf25f7b2d3a1688f5 Mon Sep 17 00:00:00 2001 From: Mark Nottingham Date: Fri, 20 Mar 2020 15:41:57 +1100 Subject: [PATCH] Don't rely on the HTTP/1.1 Messaging specification to define "message" Fixes #311 --- draft-ietf-httpbis-semantics-latest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-ietf-httpbis-semantics-latest.xml b/draft-ietf-httpbis-semantics-latest.xml index 989fcd2e5..b0a1fac22 100644 --- a/draft-ietf-httpbis-semantics-latest.xml +++ b/draft-ietf-httpbis-semantics-latest.xml @@ -381,8 +381,7 @@ HTTP is a stateless request/response protocol that operates by exchanging - messages () across a reliable - transport- or session-layer + messages across a reliable transport- or session-layer "connection" (). An HTTP "client" is a program that establishes a connection to a server for the purpose of sending one or more HTTP requests. @@ -12337,6 +12336,7 @@ Content-Encoding: gzip
    +
  • In , don't rely on the HTTP/1.1 Messaging specification to define "message" ()