summaryrefslogtreecommitdiffhomepage
path: root/docs/changes.xml
diff options
context:
space:
mode:
authorZhidao HONG <z.hong@f5.com>2022-09-22 01:01:18 +0800
committerZhidao HONG <z.hong@f5.com>2022-09-22 01:01:18 +0800
commit0711101af826cf7f5cb25050587ac6788ac0451c (patch)
tree5350755ac773b3f28fdca6a6992e907ab504dfca /docs/changes.xml
parent76df62a6236eba2ae1ea7ffe7b9599418b044a01 (diff)
downloadunit-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.xml6
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>