Bug ID 1103117: iAppLX extension using express with httpserver script leaves lingering client-side flow on HTTP requests.

Last Modified: Apr 17, 2024

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

Known Affected Versions:
16.1.0, 16.1.1, 16.1.2, 16.1.2.1, 16.1.2.2, 16.1.3, 16.1.3.1, 16.1.3.2, 16.1.3.3, 16.1.3.4, 16.1.3.5, 16.1.4, 16.1.4.1, 16.1.4.2, 17.0.0, 17.0.0.1, 17.0.0.2, 17.1.0, 17.1.0.1, 17.1.0.2, 17.1.0.3, 17.1.1, 17.1.1.1, 17.1.1.2

Opened: Apr 27, 2022

Severity: 4-Minor

Symptoms

While using an iAppLX extension using express with simple HTTP server script, tmsh show sys conn shows a lingering client-side flow that is eventually expired by the sweeper.

Impact

The connection table (tmsh show sys conn) shows a lingering client-side flow that is eventually expired by the sweeper.

Conditions

Virtual server with iAppLX extension using express with a simple httpserver script like below: app.use(express.static('public')); var plugin = new f5.ILXPlugin(); plugin.startHttpServer(app);

Workaround

None

Fix Information

None

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips