Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
wuputah authored May 16, 2024
1 parent 2799bae commit 173d9d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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=<microseconds>` format, to allow using `wait_timeout` functionality
- Honor an `X-Request-Start` header with the `t=<microseconds>` format, to allow using `wait_timeout` functionality with Apache

## 0.6.3

Expand Down
13 changes: 0 additions & 13 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -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
-----------------

Expand Down

0 comments on commit 173d9d4

Please sign in to comment.