mirror of
https://github.com/versity/versitygw.git
synced 2026-04-08 15:19:06 +00:00
Fixes the [comment](https://github.com/versity/versitygw/issues/1648#issuecomment-4175425099) Removes the unnecessary multipart/form-data boundary normalizing. The boundary prefix(`--`) was trimmed in `NewMultipartParser`, which caused incorrect boundary check for the boundaries starting with 2 dashes(e.g. `----WebKitFormBoundaryABC123`).