Forum Discussion
Tory_90586
Nimbostratus
May 11, 2011Invalid action EV_INGRESS_DATA during ST_HTTP_PREPEN
Seeing this more and more in my logs and I don't understand what i'm doing wrong. Or if I'm doing something wrong.
http_process_state_prepend - Invalid action EV_INGRESS_DATA during ST_HTTP_...
kaguras_48797
Nimbostratus
Dec 06, 2011Hi All,
I'm getting same error, do you have any suggestion to get rid of this error(s) ? I read SOL 5922 but it relates with connection mirroring which we are not using ?
Also I'm gettin an error like
"TCL error: Rtsp-iRule - Error: No peer connection established TCP::collect needs an established peer connection! (line 1) invoked from within "TCP::collect" peer expression (line 1) invoked from within "serverside {TCP::collect}""
Here is an iRule I use;
when CLIENT_ACCEPTED {
TCP::collect
}
when CLIENT_DATA {
if { [TCP::payload 5] eq "SETUP" } {
serverside {TCP::collect}
}
TCP::release
TCP::collect
}
when SERVER_DATA {
if { [TCP::payload 15] eq "RTSP/1.0 200 OK" } {
set backup [TCP::payload]
set ports [split [findstr $backup "client_port=" 12 ";"] -]
for {set x [lindex $ports 0]} {$x <= [lindex $ports 1]} {incr x} {
TCP::payload replace 0 [TCP::payload length] $x
listen {
proto 17
timeout 30
bind [LINK::vlan_id] [IP::local_addr] [TCP::payload]
server [clientside {IP::remote_addr}] [TCP::payload]
allow [IP::remote_addr]
}
}
TCP::payload replace 0 [TCP::payload length] $backup
}
TCP::release
}
We have an version of 10.2.0 Build 1789.0.
Thanks in advanced,
Burcin
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
