HTTP_RESPONSE_RELEASE

Description

An iRule event triggered when the system is about to release HTTP data on the clientside of the connection. This event is triggered after modules process the HTTP response.

Examples

when HTTP_RESPONSE_RELEASE {
   log local0. "[IP::client_addr]:[TCP::client_port]: [HTTP::status] response to from [IP::server_addr]:[TCP::server_port]"
}