Skip to content

0.9.9

Compare
Choose a tag to compare
@thibaultcha thibaultcha released this 03 Feb 02:04
· 8251 commits to master since this release
0.9.9

Fixed

  • Correctly put Cassandra sockets into the Nginx connection pool for later
    reuse. This greatly improves the performance for rate-limiting and
    response-ratelimiting plugins.
    f8f5306
  • Correct length of a year in seconds for rate-limiting and
    response-ratelimiting plugins. A year was wrongly assumed to only be 360
    days long.
    e4fdb2a
  • Prevent misinterpretation of the % character in proxied URLs encoding.
    Thanks Thomas Jouannic for the patch.
    #1998
    #2040