freesoftwarefactory / parse-multipart

A javascript/nodejs multipart/form-data parser which operates on raw data.
MIT License
48 stars 79 forks source link

Enable support of having only Content-id header field #14

Open sanyam-vinay opened 6 years ago

sanyam-vinay commented 6 years ago

Current implementation assumes that the there are more tuples in the header, but in my multipart/related response there is only one which is Content-id, so removing the expectation of having more tuples.

christiansalazar commented 6 years ago

thanku for your PR :) im a little bit busy right now, will give you my attention promptly...