"Alistair Young" <[EMAIL PROTECTED]> writes:

> Hi all,
> I've just joined the list so please forgive me if this is the wrong area
> for this. I would like to find out if it's possible to call
> ap_should_client_block / ap_get_client_block more than once between
> modules. I'm working on mod_sw (semantic web) and need to access form
> data in the body of the request but also leave it intact for other
> modules (PHP etc.) to use.

ap_get_client_block() consumes the data.

If your module needs to see the data that would be consumed by some
other module, you can use an input filter (Apache 2.0).

-- 
Jeff Trawick | [EMAIL PROTECTED]
Born in Roswell... married an alien...

Reply via email to