You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Benson Margulies <be...@basistech.com> on 2000/02/01 02:27:27 UTC

RE: general/5677: Content_type and content_encoding are lumped to gether

*** /home/benson/apache/apache-1.3.orig/src/main/http_config.c	Thu Jan 27
14:43:05 2000
--- http_config.c	Mon Jan 31 13:54:18 2000
***************
*** 379,385 ****
  
  int ap_find_types(request_rec *r)
  {
!     return run_method(r, offsets_into_method_ptrs.type_checker, 0);
  }
  
  int ap_run_fixups(request_rec *r)
--- 379,386 ----
  
  int ap_find_types(request_rec *r)
  {
!     /* always run them to allow charset= decoration. */
!     return run_method(r, offsets_into_method_ptrs.type_checker, 1);
  }
  
  int ap_run_fixups(request_rec *r)