From db57a74be5de2a069e657330aae8c22d0f573fb4 Mon Sep 17 00:00:00 2001 From: Michael Toomim Date: Mon, 21 Aug 2023 20:38:48 -0700 Subject: [PATCH] Remove blank line before subscription --- draft-toomim-httpbis-braid-http-03.txt | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/draft-toomim-httpbis-braid-http-03.txt b/draft-toomim-httpbis-braid-http-03.txt index 982a388..b055ac6 100644 --- a/draft-toomim-httpbis-braid-http-03.txt +++ b/draft-toomim-httpbis-braid-http-03.txt @@ -451,7 +451,6 @@ Table of Contents HTTP/1.1 209 Subscription Subscribe: keep-alive - Version: "ej4lhb9z78" | Update Parents: "oakwn5b8qh", "uc9zwhw7mf" | Content-Type: application/json | @@ -528,10 +527,11 @@ Table of Contents 3.2. Sending multiple updates per GET - To send multiple updates, a server concatenates multiple updates into - a single response body. Each update MUST include headers and a body, - and MUST specify the end of its body by including at least one of the - following headers: + To send multiple updates, a server sends the first update as usual, + but then leaves the connection open, and appends additional updates + to the end of the response body. Each update MUST include headers + and a body, and MUST specify the end of its body by including at + least one of the following headers: - Content-Length: N - Patches: N @@ -570,7 +570,6 @@ Table of Contents HTTP/1.1 209 Subscription Subscribe: keep-alive - Version: "ej4lhb9z78" | Update Content-Type: application/json | Content-Length: 64 | @@ -590,7 +589,6 @@ Table of Contents HTTP/1.1 209 Subscription Subscribe: keep-alive - Version: "g09ur8z74r" | Update Parents: "ej4lhb9z78" | Content-Type: application/json | @@ -624,8 +622,7 @@ Table of Contents HTTP/1.1 209 Subscription Subscribe: keep-alive - Current-Version: "ej4lhb9z78" <-- Current Version - + Current-Version: "ej4lhb9z78" | <-- Current Version Version: "b9z78ej4lh" | Updates Content-Type: application/json | Merge-Type: sync9 |