Last Modified: Jun 12, 2022
Affected Product:
See more info
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, 17.0.0
Opened: Nov 06, 2021
Severity: 3-Major
TMM memory increases while passing HTTP/2 traffic.
TMM memory leak, resulting in aggressive sweeper.
-- Virtual Server with httprouter and http2 only on the client side -- iRule attached: when HTTP_REQUEST { if {[HTTP::uri] contains ".html"} { set reject 1 } } when MR_INGRESS { if {[info exists reject]} { HTTP::disable } } when HTTP_DISABLED { if {[info exists reject]} { reject } } -- http2 traffic arrives in persistent connections
N/A
None