fielding96/10/16 16:24:37
Modified:src httpd.h http_protocol.c http_request.c mod_asis.c
Log:
Reduced dependency on magic number status codes in server core
and removed artificial restrictions on range of codes used by server,
particularly in mod_asis where flexibility is p
fielding96/10/10 02:02:46
Modified:src httpd.h http_protocol.c
Log:
Added definitions and status lines for all HTTP/1.1 status codes.
Improved the speed of the index_of_response() routine.
Reviewed by: Brian Behlendorf, Chuck Murcko
Submitted by: Tom Tromey (with major mo