github ledgetech/lua-resty-http v0.18.0

5 hours ago

What's Changed

Full Changelog: v0.17.2...v0.18.0

Migration

  • check your LUA code for POST, PUT, and PATCH requests without body set (body is nil)
  • set body = "" (empty body) for those requests

The previous behavior to let those HTTP requests through violates HTTP specs and those requests fail now.
See #344 for details.

Don't miss a new lua-resty-http release

NewReleases is sending notifications on new releases.