diff --git a/MultipartParser.h b/MultipartParser.h index 0cd1a77..5537f2d 100644 --- a/MultipartParser.h +++ b/MultipartParser.h @@ -397,6 +397,8 @@ class MultipartParser { case PART_DATA: processPartData(prevIndex, index, buffer, len, boundaryEnd, i, c, state, flags); break; + case END: + break; default: return i; }