Removes server-side support for POST requests.
This commit is contained in:
committed by
Patrick Niklaus
parent
7ce0c0ef9a
commit
09931d7ad8
@@ -64,17 +64,11 @@ class RequestParser
|
||||
space_before_header_value,
|
||||
header_value,
|
||||
expecting_newline_2,
|
||||
expecting_newline_3,
|
||||
post_O,
|
||||
post_S,
|
||||
post_T,
|
||||
post_request
|
||||
expecting_newline_3
|
||||
} state;
|
||||
|
||||
http::header current_header;
|
||||
http::compression_type selected_compression;
|
||||
bool is_post_header;
|
||||
int content_length;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user