atom feed4 messages in ru.sysoev.nginxDetermine when request is fully sent
FromSent OnAttachments
Marcin GajdaFeb 12, 2008 2:04 am 
Igor SysoevFeb 12, 2008 3:17 am 
Marcin GajdaFeb 12, 2008 6:47 am 
Igor SysoevFeb 12, 2008 7:12 am 
Subject:Determine when request is fully sent
From:Marcin Gajda (mg17@public.gmane.org)
Date:Feb 12, 2008 2:04:38 am
List:ru.sysoev.nginx

Hi all!

I need to write a module which will make an action when all request body is sent to the client (or after breaking the connection by the client). It is very important to me to do it when data are really sent, not only scheduled for sending. Is this possible using nginx module framework? Which kind of module (handler, filter or balancer) should I use?

I looked on handler and filter module references but it seems that they just prepare/update response body for sending. I would like to insert callback after real, phisicall send.

Best regards,