Fix a http header parsing function in webserver
authorchaehee.hong <chaehee.hong@samsung.com>
Tue, 17 Oct 2017 08:26:45 +0000 (17:26 +0900)
committerchaehee.hong <chaehee.hong@samsung.com>
Tue, 17 Oct 2017 08:53:46 +0000 (17:53 +0900)
commitd6a3c33afbfcd676a4ff262a7d7de040a574cb30
tree6c6b682978b7b94802d905b4f02158ec9f24c5f2
parent4c423ecb5bd06511d6e488abb1d5c6c58a8484fd
Fix a http header parsing function in webserver

- Remove the code for checking the length of the http header. The whole unseparated http header can be longer than the max key length.
- Re-fix of commit eda61d6f7b0b1ed4a17a62206ddf94d6fc8069d1
external/webserver/http_string_util.c