feat: only memmove read buffer on read
This commit is contained in:
parent
c58e53eb2a
commit
32687e0b49
4 changed files with 37 additions and 29 deletions
|
|
@ -34,6 +34,7 @@ typedef enum http_parse_error {
|
|||
http_parse_error_invalid = 2,
|
||||
} http_parse_error;
|
||||
|
||||
http_parse_error http_parse_request(http_request *req, const char *path, size_t path_len);
|
||||
http_parse_error http_parse_request(http_request *req, const char *path,
|
||||
size_t path_len);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue