You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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