martin 98/01/09 07:49:57
Modified:.Tag: APACHE_1_2_X STATUS
src Tag: APACHE_1_2_X buff.h
Log:
Avoid redefinition warnings for B_ERROR on SVR4 systems.
Reviewed by: Jim Jagielski, Dean Gaudet
Revision ChangesPath
No revis
dougm 97/07/19 15:34:06
Modified:src buff.h
Log:
argh. fixed line-wrap mess from t_handle patch
Submitted by: Doug MacEachern
Revision ChangesPath
1.21 +1 -3 apache/src/buff.h
Index: buff.h
==
dougm 97/07/19 15:29:25
Modified:src buff.h
Log:
added transport handle slot (t_handle) to the BUFF structure
Submitted by: Doug MacEachern
Reviewed by: Dean Gaudet
Revision ChangesPath
1.20 +5 -0 apache/src/buff.h
Index: buff.h
==
fielding97/01/25 14:37:17
Modified:src buff.h buff.c http_main.c http_protocol.c
Log:
Fixed bug in bcwrite regarding failure to account for partial writes.
Avoids calling bflush() when the client is pipelining requests.
Remove unnecessary flushes from http_protocol.
Su
fielding96/11/10 01:16:12
Modified:src buff.h buff.c http_protocol.c
Log:
Fixed a bug in the header parsing code triggered when a continuation line
is a single space: the entire header field above it was ignored and the
message terminated. This would normally only occur whe