commit: chora co.php
   
    Anil Madhavapeddy
     
    anil@recoil.org
       
    11 Aug 2001 21:13:25 -0000
    
    
  
avsm        2001/08/11 14:13:25 PDT
  Modified files:
    .                    co.php 
  Log:
  Correct the default revision logic ... previously, the URL without a
  specific revision number would have been cached for a month, so the
  user probably wouldn't get the latest HEAD revision.
  
  Now, the max-age is a month if a specific revision is requested,
  otherwise it is a minute with a must-revalidate (a minute is a good
  compromise if the same user requests the checkout multiple times
  in a session, and the must-revalidate helps ensure it isnt stale).
  
  Revision  Changes    Path
  1.9       +13 -5     chora/co.php