-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add support for multi-line header values #123
Comments
This requires some design decisions. Current header parser stores subslices to original headers, thus we can't follow |
I don't think we should change the |
Of course, we will not change existing API. +1 on *Multi, if we'll find anyone that still needs that feature 😀 |
I think this issue can be closed #688 |
Currently
fasthttp
doesn't support multi-line header values. See https://github.com/kataras/iris/issues/190 for details.Probably, multi-line header values must be supported or properly handled by
fasthttp
.The text was updated successfully, but these errors were encountered: