You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't sure, but it looks like slashes are valid characters for header fields according to the RFC.
Header fields are lines composed of a field name, followed by a colon
(":"), followed by a field body, and terminated by CRLF. A field
name MUST be composed of printable US-ASCII characters (i.e.,
characters that have values between 33 and 126, inclusive), except
colon.
1-
In
message.clj
there's:However
name
treats the slash/
character as a delimiter.For instance, the nonstandard header field as a keyword:
Is truncated to:
Maybe some sort of helper function like this to replace instances of
name
?2-
I wasn't sure, but it looks like slashes are valid characters for header fields according to the RFC.
http://tools.ietf.org/html/rfc2822#section-2.2
The text was updated successfully, but these errors were encountered: