mscdex / busboy

A streaming parser for HTML form data for node.js
MIT License
2.84k stars 213 forks source link

streaming chunks #364

Closed southbeach closed 2 weeks ago

southbeach commented 2 weeks ago

Hi,

this is from learning point of view as I'm browsing through the code from contributing point of view. Where and how you are handling boundaries that are split across chunks.

Thanks

mscdex commented 2 weeks ago

That's all handled by the streamsearch module, which is a dependency.