diff --git a/docs/changes.xml b/docs/changes.xml index bb894e3d..110d8bef 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -57,14 +57,14 @@ application restart control. -client IP address replacement from specified HTTP header field. +client IP address replacement from a specified HTTP header field. -TLS connection was rejected for configuration with more than one -certificate bundle in a listener if a client did not use SNI. +TLS connections were rejected for configurations with multiple +certificate bundles in a listener if the client did not use SNI. @@ -72,13 +72,13 @@ certificate bundle in a listener if a client did not use SNI. the router process could crash on TLS connection open when multiple listeners -with TLS certificate configured; the bug had appeared in 1.23.0. +with TLS certificates were configured; the bug had appeared in 1.23.0. -the router process could crash on rapid mutithreaded application +the router process could crash with frequent mutithreaded application reconfiguration. @@ -99,7 +99,7 @@ a full-form IPv6 in a listener address. -compatibility issues with some Python ASGI apps, notably based on Starlette +compatibility issues with some Python ASGI apps, notably based on the Starlette framework.