3 Commits (61fdef282d680158329528892cde899d86baacc0)

Author SHA1 Message Date
Brian White 61fdef282d Fix scope issue when re-using mime parser instance 12 years ago
Brian White af0c191ec1 Better "constant" variable naming in mimeparser 12 years ago
Brian White 4f8fbcbe01 Use custom message parser instead of node core's HTTP response parser
node core's HTTP response parser's header value unfolding removes any and all whitespace when concatenating lines together.

The new custom parser also removes any and all whitespace, but replaces all of said whitespace with a single space. Some message parsers behave this way also, while others choose to only remove the CRLF and preserve any other proceeding, leading whitespace.
12 years ago