ltm rule event RTSP RESPONSE DATAΒΆ

iRule(1)					  BIG-IP TMSH Manual					     iRule(1)

RTSP_RESPONSE_DATA
       Triggered when collection of response data is finished.

DESCRIPTION
       Triggered when collection of response data is finished.

Examples
	when RTSP_REQUEST {
	    RTSP::collect 10
	}
	when RTSP_REQUEST_DATA {
	    RTSP::release
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-9.4.3 --First introduced the event.

BIG-IP						      2020-06-23					     iRule(1)