On 28/05/07, Nick Kew <[EMAIL PROTECTED]> wrote:
On Sun, 27 May 2007 11:05:10 -0700 Tim Bray <[EMAIL PROTECTED]> wrote: > mod_example suggests you should call send_http_header but > I can't find an example of any module actually doing this.Neither can I.
The need to call ap_send_http_header() went away with Apache 2.0. Ie., was required in Apache 1.3 but is no longer required as headers automatically flushed when first block of body content is flushed. Graham
