mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 06:26:02 -07:00
Fix #528
This commit is contained in:
parent
3e9c06cf79
commit
bfabbec8c7
1 changed files with 1 additions and 0 deletions
|
@ -2895,6 +2895,7 @@ public:
|
|||
pos = buf_.find(crlf_);
|
||||
}
|
||||
if (state_ != 3) { return true; }
|
||||
break;
|
||||
}
|
||||
case 3: { // Body
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue