Commit fc3c4ecb02312bc86df6272432120b085e51dc26

Authored by Georg Hopp
1 parent ee604020

fix bug in call to httpParserHeader

Showing 1 changed file with 1 additions and 1 deletions
@@ -115,7 +115,7 @@ httpParserParse(void * _this, int fd) @@ -115,7 +115,7 @@ httpParserParse(void * _this, int fd)
115 break; 115 break;
116 } 116 }
117 117
118 - httpParserHeader(this->current, line, line_end); 118 + httpParserHeader(this, line, line_end);
119 break; 119 break;
120 120
121 case HTTP_MESSAGE_HEADERS_DONE: 121 case HTTP_MESSAGE_HEADERS_DONE:
Please register or login to post a comment