We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be5857 commit 828eda6Copy full SHA for 828eda6
01-messaging.md
@@ -131,8 +131,8 @@ A node receiving `error` MUST fail the channel referred to by
131
all channels and MUST close the connection. A receiving node MUST truncate
132
`len` to the remainder of the packet if it is larger.
133
134
-A receiving node SHOULD only print out `data` verbatim if it is a
135
-valid string.
+A receiving node SHOULD only print out `data` verbatim if the string is composed solely of printable ASCII characters.
+For referece, the printable character set includes byte values 32 through 127 inclusive.
136
137
#### Rationale
138
0 commit comments