Minor Changes
-
BREAKING CHANGE:
parseMultipart(),parseMultipartStream(), andparseMultipartRequest()now enforce finite defaultmaxPartsandmaxTotalSizelimits, and addMaxPartsExceededErrorandMaxTotalSizeExceededErrorfor handling multipart envelope limit failures.Apps that intentionally accept large multipart requests may need to raise
maxPartsormaxTotalSizeexplicitly.