diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e77a5a..7e465ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## HEAD (unreleased) - Improve message when Terminate on Timeout is used on a platform that does not support it (eg. Windows or JVM) - - Honor an `X-Request-Start` header with Apache's standard `t=` format, to allow using `wait_timeout` functionality + - Honor an `X-Request-Start` header with the `t=` format, to allow using `wait_timeout` functionality with Apache ## 0.6.3 diff --git a/UPGRADING.md b/UPGRADING.md index 8f78f18..61fc66c 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -1,19 +1,6 @@ Upgrading ========= -From 0.6.3 or older ------------------ - -- Apache's `X-Request-Start` header is now recognized, which if present - will trigger the default `wait_timeout` behavior (unless you have changed - those settings or disabled it). - - Please review `wait_timeout` behavior in [doc/settings.md](doc/settings.md#wait-timeout). - - TL;DR -> set `wait_timeout` to `0` or `'false'` to disable it and maintain - your Apache setup's current behavior. - - From 0.4 or older -----------------