nginx-custom-counters-module version 2.1
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.