RE: Translating CR LF to HTTP/1 headers

“…carriage return (U+10) or line feed (U+13)…”
 [http://http2.github.io/http2-spec/#rfc.section.10.3]

The numbers 10 & 13 are the wrong way round, and "U+" is always a prefix for hex digits, never decimal. Can we change this phrase to:

“…carriage return (U+000D) or line feed (U+000A)…”

--
James Manger

Received on Tuesday, 3 September 2013 23:40:41 UTC