modified FSM so that the whitespace between header-key and value is optional

This commit is contained in:
marius
2019-11-19 18:30:21 +01:00
parent 48be5a5622
commit 6d8cf826d7
2 changed files with 2 additions and 5 deletions
-1
View File
@@ -61,7 +61,6 @@ class RequestParser
header_line_start,
header_lws,
header_name,
space_before_header_value,
header_value,
expecting_newline_2,
expecting_newline_3