fix a typo

This commit is contained in:
Chunting Gu
2021-02-01 09:30:27 +08:00
parent 1b8b0b24ac
commit ad5c868ca4
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ bool ResponseParser::ParseStartLine(const std::string& line) {
}
bool ResponseParser::ParseContent(const char* data, std::size_t length) {
if (ignroe_body_) {
if (ignore_body_) {
Finish();
return true;
}