Bug #1988
server.max-keep-alive-idle can not depend on socket
| Status: | Fixed | Start date: | 2009-05-21 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 100% | |
| Category: | core | |||
| Target version: | 1.4.24 | |||
| Missing in 1.5.x: |
Description
From the documentation it appears that the server.max-keep-alive-idle setting can appear globally or in conditional blocks. For example:
$SERVER["socket"] == "10.1.2.3:2001" {
server.max-keep-alive-idle = 65
}
However, this does not appear to work - is this a feature of the connection pooling implementation or a bug?
Associated revisions
Remember keep-alive-idle in separate variable (fixes #1988)
Remember keep-alive-idle in separate variable (fixes #1988)
History
#1 Updated by stbuehler over 3 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset r2622.
#2 Updated by stbuehler over 3 years ago
- Priority changed from Urgent to Normal
- Target version set to 1.4.24
Also available in: Atom