Skip to content
Snippets Groups Projects
Commit 3d121dd4 authored by Ilya Markov's avatar Ilya Markov Committed by Konstantin Osipov
Browse files

http: Fix parse long headers names

Bug: During parsing http headers, long headers names are truncated
to zero length, but values are not ignored.

Fix this with adding parameter  max_header_name_length to http request.
If header name is bigger than this value, header name is truncated to
this length. Default value of max_header_name_length is 32.

Do some refactoring with renaming long names in http_parser.

Closes #3451
parent 139aa814
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment