Skip to content

v1.0.2

Choose a tag to compare

@zamronypj zamronypj released this 16 Sep 03:58
· 373 commits to master since this release

What is new:

  • Fix bug that prevent multipart/form-data request from being parsed correctly.
  • Fix access violation bug when multipart/form-data does not contain file upload.
  • Change precedence of body parameters over query strings. Now body parameters are looked first when using getParam() method. This is to reduce risk of HTTP parameters pollution using cross-channel pollution.