RE: Sending data to client

2009-02-02 Thread Hracek, Petr
TYPE_* handler for working with filter data? regards / S pozdravem Petr Hráček -Original Message- From: Graham Leggett [mailto:minf...@sharp.fm] Sent: Friday, January 30, 2009 1:27 PM To: dev@httpd.apache.org Subject: Re: Sending data to client Hracek, Petr wrote: > Because of I am a beggi

Re: Sending data to client

2009-01-30 Thread Dan Poirier
BTW, I've found this book to be excellent on how filters work, and Apache 2 modules in general: Nick Kew, _The Apache Modules Book_ Prentice Hall, 2007

Re: Sending data to client

2009-01-30 Thread Graham Leggett
Hracek, Petr wrote: Because of I am a begginer with bucket and brigades Is there any short example how to send simple string to the client? I've found some examples but it were a pretty complicated for me. E.g. http://www.apachetutor.org/dev/brigades Go through the underlying bucket brigade

RE: Sending data to client

2009-01-30 Thread Hracek, Petr
ssage- From: Graham Leggett [mailto:minf...@sharp.fm] Sent: Friday, January 30, 2009 12:59 PM To: dev@httpd.apache.org Subject: Re: Sending data to client Hracek, Petr wrote: > Thanks for the question about replacement of ap_*_timeout. > > When the ap_soft_timeout and ap_rwrite are called

Re: Sending data to client

2009-01-30 Thread Graham Leggett
Hracek, Petr wrote: Thanks for the question about replacement of ap_*_timeout. When the ap_soft_timeout and ap_rwrite are called in Apache 1.3 I've never inserted HTML tags like etc. They were inserted automatically? Is it necessary to include HTML tags to buffer which is sent to the Client s

RE: Sending data to client

2009-01-30 Thread Hracek, Petr
29 PM To: dev@httpd.apache.org Subject: Re: Sending data to client Hracek, Petr wrote: > I am migrating apache module from version 1.3.41 to version 2.2.3 > All seems to be OK but only one thing remains as not working and I have no > idea how to solve > it in Apache 2.2. > >

Re: Sending data to client

2009-01-30 Thread Graham Leggett
Hracek, Petr wrote: I am migrating apache module from version 1.3.41 to version 2.2.3 All seems to be OK but only one thing remains as not working and I have no idea how to solve it in Apache 2.2. In the version 1.3.41 I used to following code for sending data to client: ap_soft_timeout

Sending data to client

2009-01-29 Thread Hracek, Petr
Hello all, I am migrating apache module from version 1.3.41 to version 2.2.3 All seems to be OK but only one thing remains as not working and I have no idea how to solve it in Apache 2.2. In the version 1.3.41 I used to following code for sending data to client: ap_soft_timeout ("TEXT ME

Sending data to client

2009-01-29 Thread Hracek, Petr
Hello all, I am migrating apache module from version 1.3.41 to version 2.2.3 All seems to be OK but only one thing remains as not working and I have no idea how to solve it in Apache 2.2. In the version 1.3.41 I used to following code for sending data to client: ap_soft_timeout ("TEXT ME