Forum Discussion

ZeeK's avatar
ZeeK
Icon for Nimbostratus rankNimbostratus
May 08, 2008

When to use TCP::release

Hello,

 

I want to know if I use TCP::collect, I should use TCP::release everytime ? and when to use TCP::release ?

 

 

Thank you.

2 Replies

  • Hi Zeek,

     

    Generally it's good practice to so because "HTTP_REQUEST" will not fire off until you release the collected TCP data.

     

     

    CB