Bug ID 469566: HTTP OneConnect on wildcard non-translating virtual server does not reuse connections

Last Modified: Aug 19, 2026

Affected Product(s):
BIG-IP LTM(all modules)

Known Affected Versions:
11.5.1, 11.5.1 hf1, 11.5.1 hf2, 11.5.1 hf3, 11.5.1 hf4, 11.5.1 hf5, 11.5.1 hf6, 11.5.1 hf7, 11.5.1 hf8, 11.5.1 hf9, 11.5.1 hf10, 11.5.1 hf11, 11.5.2, 11.5.2 hf1, 11.6.0, 11.6.0 hf1, 11.6.0 hf2, 11.6.0 hf3, 11.6.0 hf4, 11.6.0 hf5, 11.6.0 hf6, 11.6.0 hf7, 11.6.0 hf8, 11.6.1, 11.6.1 hf1, 11.6.1 hf2, 11.6.2, 11.6.2 hf1, 11.6.3, 11.6.3.1, 11.6.3.2, 11.6.3.3, 11.6.3.4, 11.6.4, 11.6.5, 11.6.5.1, 11.6.5.2, 11.6.5.3

Fixed In:
12.0.0, 11.5.3

Opened: Jun 29, 2014

Severity: 3-Major

Related Article: K16167

Symptoms

Server-side flows are not reused. In this version of the software, the system disables reuse of server-side flows if the server-side flow is established without use of a pool.

Impact

This causes virtual servers that do not use pools to create a new server-side connection for every HTTP request, which results in excessive back-end connection traffic.

Conditions

This occurs when using HTTP OneConnect on wildcard non-translating virtual servers.

Workaround

For all virtual servers except for APM virtual servers, you can use the following iRule to reuse connections: when HTTP_REQUEST_RELEASE { if {[HTTP::request_num] == 0} { ONECONNECT::reuse enable } }

Fix Information

None

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips