You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2002/11/23 01:48:45 UTC

cvs commit: httpd-2.0/modules/experimental mod_cache.imp

bnicholes    2002/11/22 16:48:45

  Modified:    modules/experimental mod_cache.imp
  Log:
  Added ap_cache_cacheable_hdrs_out to the caching module export list
  
  Revision  Changes    Path
  1.5       +1 -0      httpd-2.0/modules/experimental/mod_cache.imp
  
  Index: mod_cache.imp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/mod_cache.imp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- mod_cache.imp	10 Jun 2002 17:24:50 -0000	1.4
  +++ mod_cache.imp	23 Nov 2002 00:48:45 -0000	1.5
  @@ -6,6 +6,7 @@
    ap_cache_tokstr,
    ap_cache_hex2usec,
    ap_cache_usec2hex,
  + ap_cache_cacheable_hdrs_out,
    generate_name,
    cache_hook_create_entity,
    cache_hook_open_entity,