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
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
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
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
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
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
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
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