Subject: | End boundary strictness |
Date: | Wed, 1 Mar 2017 09:24:01 -0600 |
To: | <bug-HTTP-MultiPartParser [...] rt.cpan.org> |
From: | andy <andy [...] camavision.com> |
I have an old client, in the wild, that uploads data, but does not
include the final CRLF after the closing --.
This patch makes the parser a little less strict, it'll consume the CRLF
if its there, but doesnt require it. I tested it a little bit and it
seems to work for both:
--BOUND
content
--BOUND--CRLF
--BOUND
content
--BOUND--
Would it be possible to apply this?
Thanks for your time,
-Andy
Message body is not shown because sender requested not to inline it.