fielding    98/12/28 05:12:06

  Modified:    .        STATUS
  Log:
  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.
  
  Revision  Changes    Path
  1.570     +2 -2      apache-1.3/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.569
  retrieving revision 1.570
  diff -u -r1.569 -r1.570
  --- STATUS    1998/12/28 12:30:27     1.569
  +++ STATUS    1998/12/28 13:12:05     1.570
  @@ -1,5 +1,5 @@
     1.3 STATUS:
  -  Last modified at [$Date: 1998/12/28 12:30:27 $]
  +  Last modified at [$Date: 1998/12/28 13:12:05 $]
   
   Release:
   
  @@ -120,7 +120,7 @@
         if r->no_cache is set and r->headers_out contains no
         Expires header yet.
           Message-ID: PR#3023
  -        Status: Martin +1
  +        Status: Martin +1, Roy -1 (see PR for reason)
   
       * Ronald Tschalär's ap_uuencode() bugfix
           Message-ID: PR#3411
  
  
  

Reply via email to