You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Dean Gaudet <dg...@hyperreal.com> on 1997/03/10 10:20:39 UTC

cvs commit: apache/src CHANGES

dgaudet     97/03/10 01:20:39

  Modified:    src       CHANGES
  Log:
  PR#160: invoke_handler() doesn't handle mime arguments in content-type
  
  Submitted: Petr Lampa
  Reviewed: Dean, Randy, Chuck, Jim
  
  Revision  Changes    Path
  1.192     +3 -0      apache/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache/src/CHANGES,v
  retrieving revision 1.191
  retrieving revision 1.192
  diff -C3 -r1.191 -r1.192
  *** CHANGES	1997/03/07 17:43:35	1.191
  --- CHANGES	1997/03/10 09:20:38	1.192
  ***************
  *** 1,5 ****
  --- 1,8 ----
    Changes with Apache 1.2b8
    
  +   *) invoke_handler() doesn't handle mime arguments in content-type
  +     [Petr Lampa] PR#160
  + 
      *) Reduced IdentityCheck timeout to 30 seconds, as per RFC 1413 minimum.
         [Ken Coar]