On 07/06/07, Zeus Capricorn <[EMAIL PROTECTED]> wrote:
Thank you for your reply.

But when i use telnet to get the page, httpd server does response some
response headers(e-tag,etc.),and these headers are not in the page source.

Does httpd server append the response headers after the handler phrase ?

Yes, there are some headers which are added by the HTTP_HEADER output
filters for HTTP requests. See ap_http_header_filter() in
modules/http/http_filters.c file.

I think it adds them to headers_out to prepare them for writing, so
one way to force it to be done is to write a separate blank line and
flush it, so that headers are created and written, before actually
creating your content which shows all the headers in headers_out.

Graham

Reply via email to