On Fri, 7 Oct 2011 11:08:03 -0600 (MDT)
"Lyudmila L. Balakireva" <[email protected]> wrote:

> Hello,
> I am writing some output filter and I am studying  existing code.
> I need to create  socket in my code and read data from buckets and send
> data using chunking encoring.

You probably DON'T want to do that in your module.
Just pass your data down the chain and let the builtin
chunking filter chunk them.

You're working in a modular architecture.  Don't reinvent the wheel!

-- 
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to