We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The OPTIONS response doesn't contain a content-length field. I think that the response must include a Content-Length field with a value of 0.
The text was updated successfully, but these errors were encountered:
If I set "res.manual_length_header = false;" (routing.h Line 1489) it works for me but I am not sure if it's the right solution for this issue.
Sorry, something went wrong.
Confirmed. According to RFC2616 section 9.2:
the response MUST include a Content-Length field with a field-value of "0".
Thank you @jeanbiber for reporting this issue.
Successfully merging a pull request may close this issue.
The OPTIONS response doesn't contain a content-length field. I think that the response must include a Content-Length field with a value of 0.
The text was updated successfully, but these errors were encountered: