Here is what I want to do. Send contents of buffer to client. Return
number of bytes written if successful, 0 otherwise. The snippet of code
I attached dealt with this issue, however I don't know how to port it to
Apache2.0.
Nick Kew wrote:
On Wed, 03 Jan 2007 16:16:14 -0800
Shezaan Topiwala <[EMAIL PROTECTED]> wrote:
Hi,
The following snippet of code is from the http_protocol.c from
Apache1.3. I would like to know what its equivalent would be in
Apache2.0.
How do you define "its equivalent"?
If you want help with a problem, tell us what problem.
A chunk of code is meaningless in isolation.