Skip to content
  1. Jan 01, 2004
  2. Dec 29, 2003
  3. Dec 27, 2003
  4. Dec 23, 2003
  5. Dec 19, 2003
  6. Dec 18, 2003
  7. Dec 17, 2003
  8. Dec 16, 2003
  9. Dec 15, 2003
  10. Dec 14, 2003
  11. Dec 13, 2003
  12. Dec 12, 2003
    • Paul J. Reder's avatar
      · 76abc32e
      Paul J. Reder authored
        *) Add a hook (insert_error_filter) to allow filters to re-insert
           themselves during processing of error responses. Enable mod_expires
           to use the new hook to include Expires headers in valid error
           responses. This addresses an RFC violation. It fixes PRs 19794,
           24884, and 25123. [Paul J. Reder]
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102038 13f79535-47bb-0310-9956-ffa450edef68
      76abc32e
    • Joe Orton's avatar
      Fix format string warnings from gcc on amd64: · 3c0f9459
      Joe Orton authored
      * modules/ssl/ssl_scache_dbm.c (ssl_scache_dbm_store):
      Print apr_size_t using APR_SIZE_T_FMT.
      
      * modules/ssl/ssl_engine_io.c (ssl_filter_write): Print difference
      between sizes using APR_SSIZE_T_FMT, apr_size_t using APR_SIZE_T_FMT.
      
      * modules/proxy/proxy_http.c (ap_proxy_http_request): Print
      apr_uint64_t using APR_UINT64_T_HEX_FMT.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102037 13f79535-47bb-0310-9956-ffa450edef68
      3c0f9459