-
Notifications
You must be signed in to change notification settings - Fork 103
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
problem parsing a header body #95
Comments
I cannot reproduce the issue. The following snippet works fine in my case (also Linux):
|
I have a new issue, small snipet to reproduce (you will have to fix
I think that strict mode should enhanced... I modified the
EDIT: seems that another problem fails in another of my email... this line breaks |
I am using master (a7ba9c2) and I have this header which is not being parsed:
Seems like the header field (name) is parsed OK, but it does not pass as header value. Looking into HEADER_VALUE_REGEX and I see
/:
- should it be\:
? (BTW, with that change, I can validate the string using online tools - and the line passes. However gcc 11.3 on linux still does not accept this line properly.My stack trace ends at
mime::parse_header_name_value()
.The text was updated successfully, but these errors were encountered: