iRule: how CLIENT-DATA works
If you were wondering how the CLIENT_DATA event works and how the TCP::collect and TCP::release methods, this is for you. Directly from the horses mouth...
The following rules apply for ...
Published Jul 27, 2005
Version 1.0Helena_101649
Feb 09, 2016Nimbostratus
¿Can we fire the CLIENT_DATA before a new tcp packet arrives? I mean, if I want to process portions of a unique tcp packet, ¿would a TCP::release + TCP::collect cause the code into the CLIENT_DATA event to be executed again, before a new TCP paket arrives?