File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ If any of these values are optional, you'd still have to provide a zero length n
7575to maintain positional order; however this creates the ambiguity as to whether the intent
7676is to convey a zero length string or a NULL.
7777
78- With "keyed" netstrings the values can be presented in any order and optional or NULL
78+ With "keyed" netstrings the values can be presented in any order and optional ( or NULL)
7979values are simply omitted.
8080In the above example if we assign the "key" of 'n' to Name, 'a' to Age, 'c' to Country and
8181'h' to Height the series of "keyed" netstrings looks like:
@@ -92,8 +92,8 @@ All perfectly acceptable with "keyed" netstrings.
9292To gain the most benefit from "keyed" netstrings, the usual strategy is to reserve a
9393specific key value as an "end-of-message" sentinal which naturally is the last netstring
9494in the message.
95- The convention is to use 'z' as the "end-of-message" sentinal as demonstrated in the
96- examples.
95+ The convention is to use 'z' as the "end-of-message" sentinal as demonstrated in
96+ subsequent examples.
9797
9898## Installation
9999
You can’t perform that action at this time.
0 commit comments