Last Modified: Nov 22, 2021
Affected Product(s):
BIG-IP LTM
Known Affected Versions:
11.3.0, 11.4.0
Fixed In:
11.5.0, 11.4.1, 11.4.0 HF3
Opened: May 21, 2013 Severity: 3-Major
A HTTP::respond iRule with no content body would send corrupted headers in SPDY.
Corrupted headers in SPDY.
HTTP::respond with no body used by SPDY virtual server.
Include a body of one or more characters, by using the content option: HTTP::respond 302 content " " Location some_location Set-Cookie some_cookie.
HTTP::respond with a zero-length body now works correctly with SPDY.