Last Modified: Oct 09, 2024
Affected Product(s):
BIG-IP LTM
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, 16.1.4.3, 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, 17.1.1.3, 17.1.1.4
Fixed In:
16.1.5
Opened: Apr 27, 2022 Severity: 4-Minor
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.
The connection table (tmsh show sys conn) shows a lingering client-side flow that is eventually expired by the sweeper.
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);
None
None