Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Terminate lines with CRLF per RFC 4566 #14

Closed
rlmcpherson opened this issue Oct 11, 2018 · 1 comment
Closed

Terminate lines with CRLF per RFC 4566 #14

rlmcpherson opened this issue Oct 11, 2018 · 1 comment

Comments

@rlmcpherson
Copy link
Contributor

According to RFC 4566:

The sequence CRLF (0x0d0a) is used to end a record, although parsers SHOULD be tolerant and also accept records terminated with a single newline
   character.

Currently this package only terminates with newline. Would you accept a PR to update this to terminate with CRLF per the RFC?

@ernado
Copy link
Collaborator

ernado commented Oct 13, 2018

Hi, of course I will, thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants