Closed pkozelka closed 2 years ago
Hey, I missed the email with this PR coming in. Sorry about that. (Does github have a dashboard of all your PRs across repos somewhere? I rarely glance at this repo since I haven't needed to make changes to it.)
I'm merging, better late than never. Out of curiosity, what make/model camera sends the content type like that?
Hi Scott, it was Sony SNC-EB640
... with
--
prefix already in the boundary headerThis solves the situation when response comes with something like this:
and then the individual frame contains
When the
--
was added unconditionally, I got the message "bad boundary" because parser expected----myboundary
because I passed the boundary exactly as I received it from the response header.