From 5883a2670fbeb1610014ec122a5fd20312399a90 Mon Sep 17 00:00:00 2001 From: Zhidao HONG Date: Fri, 13 May 2022 19:33:40 +0800 Subject: Ruby: added stream IO "close" required by Rack specification. This closes #654 issue on Github. --- docs/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/changes.xml b/docs/changes.xml index ba7e41a3..af963bbb 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -49,6 +49,12 @@ compatibility with GCC 12. + + +Ruby Sinatra applications don't work without custom logging. + + + the controller process could crash when a chain with more than 4 -- cgit