diff options
author | Zhidao HONG <z.hong@f5.com> | 2022-09-22 01:01:18 +0800 |
---|---|---|
committer | Zhidao HONG <z.hong@f5.com> | 2022-09-22 01:01:18 +0800 |
commit | 0711101af826cf7f5cb25050587ac6788ac0451c (patch) | |
tree | 5350755ac773b3f28fdca6a6992e907ab504dfca /docs/changes.xml | |
parent | 76df62a6236eba2ae1ea7ffe7b9599418b044a01 (diff) | |
download | unit-0711101af826cf7f5cb25050587ac6788ac0451c.tar.gz unit-0711101af826cf7f5cb25050587ac6788ac0451c.tar.bz2 |
Status: fixed error in connection statistics.
When proxy is used, the number of accepted connections is not counted,
This also results in the wrong number of active connections.
Diffstat (limited to '')
-rw-r--r-- | docs/changes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 7c0712f3..e37c8219 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -37,6 +37,12 @@ fix HTTP cookie parsing when the value contains an equals sign. </para> </change> +<change type="bugfix"> +<para> +fix error in connection statistics when using proxy. +</para> +</change> + </changes> |