diff --git a/src/http/parser/parse.c b/src/http/parser/parse.c index 9962ea4..82c7e7b 100644 --- a/src/http/parser/parse.c +++ b/src/http/parser/parse.c @@ -115,7 +115,7 @@ httpParserParse(void * _this, int fd) break; } - httpParserHeader(this->current, line, line_end); + httpParserHeader(this, line, line_end); break; case HTTP_MESSAGE_HEADERS_DONE: