From f9f852008fcbe94c099d9d42cef010d74fea2574 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 19 Oct 2017 17:54:29 +0300 Subject: Added version 0.2 CHANGES. --- docs/changes.xml | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) (limited to 'docs') diff --git a/docs/changes.xml b/docs/changes.xml index 1607d632..51b99d41 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,67 @@ + + + + +Go package improvements. + + + + + +configuration persistence. + + + + + +improved handling of configuration errors. + + + + + +application "timeout" property. + + + + + +Go application crashed under load. + + + + + +POST request for PHP were handled incorrectly. + + + + + +the router exited abnormally if all listeners had been deleted. + + + + + +the router crashed under load. + + + + + +memory leak in the router. + + + + + + -- cgit