Revert "http: Fix http overflow bug"

This reverts commit ea8c1f47f8.
This commit is contained in:
Nick Peng
2021-08-27 19:14:49 +08:00
parent ca6a9613d9
commit f50e4dd081
2 changed files with 17 additions and 35 deletions

View File

@@ -61,8 +61,6 @@ char *http_head_get_data(struct http_head *http_head);
int http_head_get_data_len(struct http_head *http_head);
int http_head_buff_len(struct http_head *http_head);
struct http_head_fields *http_head_first_fields(struct http_head *http_head);
struct http_head_fields *http_head_next_fields(struct http_head_fields *fields);