From 2be05e24c8f1a636647aa15908311b938ec79d64 Mon Sep 17 00:00:00 2001 From: Pawel Kadluczka Date: Wed, 1 Mar 2017 14:16:32 -0800 Subject: [PATCH] Removing [Fin] [Fin] was removed because we decided not to allow multi-frame messages in Long-Polling/Server-Sent Events. --- specs/TransportProtocols.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/TransportProtocols.md b/specs/TransportProtocols.md index 2994e9718c..407b58bdde 100644 --- a/specs/TransportProtocols.md +++ b/specs/TransportProtocols.md @@ -167,7 +167,7 @@ In JavaScript/Browser clients, this encoding requires XHR2 (or similar HTTP requ The body is encoded as follows. The `Content-Type` response header is set to `application/vnd.microsoft.aspnet.endpoint-messages.v1+binary`. Identifiers in square brackets `[]` indicate fields defined below, and parenthesis `()` indicate grouping. Other symbols indicate ASCII-encoded text in the stream ``` -B([Length][Type][Body])([Length][Type][Fin][Body])... continues until end of the response body ... +B([Length][Type][Body])([Length][Type][Body])... continues until end of the response body ... ``` * `[Length]` - A 64-bit integer in Network Byte Order (Big-endian) representing the length of the body in bytes