From 8b04a8988fad4969fbe49b00f78b0c721645ebe9 Mon Sep 17 00:00:00 2001 From: Alberto Ricart Date: Tue, 2 Jun 2020 09:17:44 -0500 Subject: [PATCH] removed extraneous ticks from md --- doc/adr/0004-nats-headers.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/adr/0004-nats-headers.md b/doc/adr/0004-nats-headers.md index e36f89f6..41347c98 100644 --- a/doc/adr/0004-nats-headers.md +++ b/doc/adr/0004-nats-headers.md @@ -48,9 +48,9 @@ Messages that include a header have a `HPUB` protocol: HPUB SUBJECT REPLY 23 30\r\nNATS/1.0\r\nHeader: X\r\n\r\nPAYLOAD\r\n HPUB SUBJECT REPLY 23 23\r\nNATS/1.0\r\nHeader: X\r\n\r\n\r\n -HPUB [REPLY] ` -`
` -` +HPUB [REPLY] +
+ ``` #### NOTES: @@ -66,9 +66,8 @@ Clients will see `HMSG` protocol lines for `MSG`s that contain headers HMSG SUBJECT 1 REPLY 23 30\r\nNATS/1.0\r\nHeader: X\r\n\r\nPAYLOAD\r\n HPUB SUBJECT 1 REPLY 23 23\r\nNATS/1.0\r\nHeader: X\r\n\r\n\r\n -HMSG [REPLY] ` -`` -` +HMSG [REPLY] + ``` - `HDR_LEN` includes the entire header