From 3b097acee83dd892948f968895786ce03f5e7093 Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Tue, 21 Mar 2017 16:52:34 -0700 Subject: [PATCH] Fix a bad line break --- docs/guides/wire.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/guides/wire.md b/docs/guides/wire.md index c74b9fd3..9c327596 100644 --- a/docs/guides/wire.md +++ b/docs/guides/wire.md @@ -193,7 +193,9 @@ HTTP2 session and will not be unique within a given process that is handling more than one HTTP2 session nor can they be used as GUIDs. -### Data Frames DATA frame boundaries have no relation to **Delimited-Message** +### Data Frames + +DATA frame boundaries have no relation to **Delimited-Message** boundaries and implementations should make no assumptions about their alignment.