Skip to content

nginx-custom-counters-module version 2.1

Compare
Choose a tag to compare
@lyokha lyokha released this 19 Feb 16:12
· 51 commits to master since this release

Various fixes and improvements in implementation of the persistent counters backup.

  • Stricter check for corruption of the backup file (JSMN_STRICT is on).
  • Check if to write the backup file only in a single phase of a request (namely, in the late log phase).
  • Ensure that the backup file gets always checked after copying into the main storage file.
  • Other less significant improvements and fixes.