cvs commit: apache-1.3/src/main http_main.c http_protocol.c

1999-04-20 Thread dgaudet
dgaudet 99/04/20 12:15:46 Modified:src CHANGES src/main http_main.c http_protocol.c Log: r->request_time wasn't being set in certain error cases PR: 4156 Revision ChangesPath 1.1313+3 -0 apache-1.3/src/CHANGES Index: CHANGE

cvs commit: apache-1.3/src/main http_main.c http_protocol.c

1998-08-02 Thread fielding
fielding98/08/01 21:43:19 Modified:src CHANGES src/main http_main.c http_protocol.c Log: Allow ap_read_request errors to propagate through the normal request handling loop so that the connection can be properly closed with lingering_close, thus avoiding a pote

cvs commit: apache-1.3/src/main http_main.c http_protocol.c util.c

1998-06-06 Thread dgaudet
dgaudet 98/06/06 12:30:53 Modified:src CHANGES Configure src/include conf.h src/main http_main.c http_protocol.c util.c Log: Updated support for UTS 2.1.2. PR: 2320 Submitted by: Dave Dykstra <[EMAIL PROTECTED]> Revision Chang

cvs commit: apache-1.3/src/main http_main.c http_protocol.c

1998-04-05 Thread fielding
fielding98/04/05 16:16:11 Modified:src CHANGES src/main http_main.c http_protocol.c Log: Reduce logging level of "normal" warning messages to APLOG_INFO, since we are now logging APLOG_WARNING by default. Revision ChangesPath 1.757 +3 -0 apa

cvs commit: apache-1.3/src/main http_main.c http_protocol.c

1998-03-25 Thread pcs
pcs 98/03/25 02:07:57 Modified:src/main http_main.c http_protocol.c Log: On Win32 it is not valid to check whether the socket descriptor is less than FD_SETSIZE. Also, in http_main.c check that listenmaxfd is not -1 (which would indicate that no sockets are available, an

cvs commit: apache-1.3/src/main http_main.c http_protocol.c

1998-02-09 Thread fielding
fielding98/02/08 17:09:42 Modified:src CHANGES src/main http_main.c http_protocol.c Log: Improve the error_log message for "lost connection" so that clueless wankers won't automatically think the server is at fault. Revision ChangesPath 1.624 +3

cvs commit: apache-1.3/src/main http_main.c http_protocol.c

1998-02-09 Thread fielding
fielding98/02/08 16:45:59 Modified:src/main http_main.c http_protocol.c Log: Reverse last change. Vetoed because they are warnings and because APLOG_NOTICE is always logged regardless of log level. Revision ChangesPath 1.285 +1 -1 apache-1.3/src/main/http_main

cvs commit: apache-1.3/src/main http_main.c http_protocol.c

1998-02-07 Thread brian
brian 98/02/06 18:29:20 Modified:src/main http_main.c http_protocol.c Log: Consensus on this list seemed to be that the "send lost connection" messages, while not a "debug"-level message, was also not a "warning" message, as frequently there's not much that a server administrat