Can subrequest be used in log phase

Hi,

I want to know whether subrequest can be used in log phase.

I want to store some info in redis only for the requests with
response code of 200.
I’m planning to develop a c module which work in log phase .

Thanks in advance.

BR,
DeltaY

On Fri, Dec 2, 2011 at 4:05 PM, Delta Y. [email protected] wrote:

Hi,

I want to know whether subrequest can be used in log phase.

Nope :slight_smile:

According to the source, log phase handlers can only do CPU-wise
computations. But if anyone has managed to work around it, feel free
to prove me wrong :slight_smile:

Regards,
-agentzh