Removes server-side support for POST requests.

This commit is contained in:
Daniel J. Hofmann
2016-03-31 12:50:56 +02:00
committed by Patrick Niklaus
parent 7ce0c0ef9a
commit 09931d7ad8
2 changed files with 3 additions and 77 deletions
+1 -7
View File
@@ -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;
};
}
}