yhirose 5 years ago
parent
commit
bfabbec8c7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      httplib.h

+ 1 - 0
httplib.h

@@ -2895,6 +2895,7 @@ public:
           pos = buf_.find(crlf_);
           pos = buf_.find(crlf_);
         }
         }
         if (state_ != 3) { return true; }
         if (state_ != 3) { return true; }
+        break;
       }
       }
       case 3: { // Body
       case 3: { // Body
         {
         {