Skip to content

v1.05

Compare
Choose a tag to compare
@pintsized pintsized released this 29 Jul 16:22
· 1144 commits to master since this release
  • Bugfix: Error logging in sort_byte_ranges used wrong constant (thanks @tomdmaguire)
  • Bugfix: Fixed redis auth (thanks @tomdmaguire)
  • Bugfix: ESI fragments no longer use parent request method and headers. Instead, only a subset are passed through and GET is always issued.
  • Feature: Added a new event before_request which is passed the upstream request parameters allowing for last minute manipulation (thanks @forkfork)
  • Feature: Internal gunzip support (thanks @hamishforbes)
  • Feature: ESI fragments now include an X-ESI-Parent-Request request header.