Commit 61151d71 authored by Roy T. Fielding's avatar Roy T. Fielding
Browse files

The "Pragma: no-cache" has no meaning in a response for

HTTP/1.0 or HTTP/1.1, regardless of what some other applications
do in reaction to that field.  Also, the no_cache indicator
in the request_rec exists ONLY to replicate the functionality
of the Vary field in HTTP/1.1.  It is therefore not appropriate
to add Pragma or Cache-Control to such responses.
If such is desired for specific resources, then it would
be better to use mod_headers to directly control these fields.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@82542 13f79535-47bb-0310-9956-ffa450edef68
parent 0c3487fd
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment