Skip to content

v3.1.1 bug fix in form/multipart

Compare
Choose a tag to compare
@byronka byronka released this 05 Apr 16:33
· 3 commits to master since this release

bug fix: multipart data partitioning. The multipart-form decoding was not properly trimming the last two bytes - carriage return and line feed. That is to say, data being received by multipart-form had two bytes appended at the end.