nginx-module-sts
nginx-module-sts copied to clipboard
bugfix: incorrect calculation of average
The calculated average will be smaller than the actual value when the number of effective values in the queue is less than q->len - 1. Same as in nginx-module-stream-sts