Hi all,

Why does Apache httpd strip of the custom response headers when the
resp-code is "304-Not Modified"?

I have the following scenario :

A client sends request to Apache httpd, and the request is handled by some
module. The module's content handler sets the response status to
HTTP_NOT_MODIFIED, and adds some custom response headers to "headers_out".
But, ap_http_header_filter() strips all the headers other than some specific
headers. Why should it not send the custom headers?


thanks
ravi

Reply via email to