Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not handle multiline headers #14

Open
ladenedge opened this issue Oct 17, 2013 · 0 comments · May be fixed by #15
Open

Does not handle multiline headers #14

ladenedge opened this issue Oct 17, 2013 · 0 comments · May be fixed by #15

Comments

@ladenedge
Copy link

Multiline headers are allowed when at least one SP or HT character precedes additional lines of a header, as in the following example from the RFC:

Content-Type: Text/x-Okie; charset=iso-8859-1;
     declaration="<[email protected]>"

With this header, the s_header_field callback is invoked only once with the first line. Expected result would be to invoke it twice, once for each line, as happens with multiline part data.

@ladenedge ladenedge linked a pull request Oct 17, 2013 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant