iRule Security 101 - #07 - FTP Proxy
We get questions all the time about custom application protocols and how one would go about writing an iRule to "understand" what's going on with that protocol. In this article, I will look at the F...
Published Nov 15, 2007
Version 1.0Kirk_Bauer_1018
Oct 31, 2008Nimbostratus
On 9.4.5, it looks like replacing these lines in CLIENT_ACCEPTED:
TCP::collect
TCP::release
with these lines:
TCP::collect 0 0
will solve the problem.