diff options
author | Zhidao HONG <z.hong@f5.com> | 2022-05-13 19:33:40 +0800 |
---|---|---|
committer | Zhidao HONG <z.hong@f5.com> | 2022-05-13 19:33:40 +0800 |
commit | 5883a2670fbeb1610014ec122a5fd20312399a90 (patch) | |
tree | bbb39c6b26dbf5d39abdd0565520aefe15193873 /docs/changes.xml | |
parent | 1fe389c2e216f21ba12ac7e373bcc26e43bde710 (diff) | |
download | unit-5883a2670fbeb1610014ec122a5fd20312399a90.tar.gz unit-5883a2670fbeb1610014ec122a5fd20312399a90.tar.bz2 |
Ruby: added stream IO "close" required by Rack specification.
This closes #654 issue on Github.
Diffstat (limited to 'docs/changes.xml')
-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 ba7e41a3..af963bbb 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -51,6 +51,12 @@ compatibility with GCC 12. <change type="bugfix"> <para> +Ruby Sinatra applications don't work without custom logging. +</para> +</change> + +<change type="bugfix"> +<para> the controller process could crash when a chain with more than 4 certificates was uploaded. </para> |