Re: [users@httpd] apache filter flush bucket chunked

2011-10-07 Thread Lyudmila L. Balakireva
Could you comment on my question. I am aware of modular architecture. I need to send data to different server for archiving with each request. > On Fri, 7 Oct 2011 11:08:03 -0600 (MDT) > "Lyudmila L. Balakireva" wrote: > >> Hello, >> I am writing some output filter and I am studying existing cod

Re: [users@httpd] apache filter flush bucket chunked

2011-10-07 Thread Nick Kew
On Fri, 7 Oct 2011 11:08:03 -0600 (MDT) "Lyudmila L. Balakireva" 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 you

[users@httpd] apache filter flush bucket chunked

2011-10-07 Thread Lyudmila L. Balakireva
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. So my question if I need to do any special processing with flush buckets, besides forwarding them to next filter. example