multipart-parser@0.16.4
📦 remixView on GitHub →
🐛 2 fixes
Summary
This patch release limits boundaries to the 70-character maximum defined by RFC 2046 and improves the non-Node runtime buffer search to handle longer patterns without stalling.
🐛 Bug Fixes
- Limit boundaries to the 70-character maximum defined by RFC 2046.
- Update the non-Node runtime buffer search to handle longer patterns without stalling.