cvs commit: apache-1.3/src/modules/standard mod_mime_magic.c

1999-04-21 Thread dgaudet
dgaudet 99/04/20 20:42:35 Modified:src CHANGES src/modules/standard mod_mime_magic.c Log: uncompress and gzip don't like getting only 4k of the file... pass them the entire file (but we still only read 4k, so they don't get to run for long). PR:

cvs commit: apache-1.3/src/modules/standard mod_mime_magic.c

1998-03-06 Thread dgaudet
dgaudet 98/03/06 00:52:02 Modified:src CHANGES src/modules/standard mod_mime_magic.c Log: Slight mistake in mod_mime_magic. If you tried to request a 0-length file it would return DONE all the way back to the core... which would interpret that to mean oh no

cvs commit: apache-1.3/src/modules/standard mod_mime_magic.c

1998-02-18 Thread dgaudet
dgaudet 98/02/18 12:44:20 Modified:src CHANGES src/modules/standard mod_mime_magic.c Log: Report filename when read error occurs. PR: 1827 Submitted by: M.D.Parker [EMAIL PROTECTED] Reviewed by: Dean Gaudet Revision ChangesPath