cvs commit: apachen/src/main http_protocol.c

1998-01-23 Thread fielding
fielding98/01/22 20:11:33 Modified:src/main http_protocol.c Log: The other half of the fix for when die() happens we need to eat any request body if one exists. The hack for ErrorDocument is removed since it interferes with the fix and should not be needed anyway. PR: 1399

cvs commit: apachen/src/main http_protocol.c

1998-01-20 Thread coar
coar98/01/20 07:28:39 Modified:src/main http_protocol.c Log: Fix a couple of indents. Revision ChangesPath 1.177 +3 -3 apachen/src/main/http_protocol.c Index: http_protocol.c === R

cvs commit: apachen/src/main http_protocol.c

1998-01-20 Thread dgaudet
dgaudet 98/01/19 16:33:14 Modified:.STATUS src CHANGES src/main http_protocol.c Log: The "Connection" header could be sent back with multiple "close" tokens. Not an error, but a waste. PR: 1683 Submitted by: [EMAIL PROTEC

cvs commit: apachen/src/main http_protocol.c

1998-01-20 Thread dgaudet
dgaudet 98/01/19 16:07:23 Modified:.STATUS src CHANGES src/main http_protocol.c Log: basic auth token should be tested case-insensitive PR: 1666 Submitted by: [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Martin Kraemer, Ke

cvs commit: apachen/src/main http_protocol.c

1997-12-26 Thread dgaudet
dgaudet 97/12/26 10:27:00 Modified:.STATUS src CHANGES src/main http_protocol.c Log: send_fd_length() did not calculate total_bytes_sent properly. PR: 1366 Submitted by: Ben Reser <[EMAIL PROTECTED]> Reviewed by: Dean Gau

cvs commit: apachen/src/main http_protocol.c

1997-12-21 Thread dgaudet
dgaudet 97/12/21 00:18:17 Modified:.STATUS htdocs/manual/misc known_client_problems.html src CHANGES src/main http_protocol.c Log: Tweak the 257th byte bug... happens at the 256th byte as well. Reviewed by: Jim Jagielski

cvs commit: apachen/src/main http_protocol.c

1997-12-20 Thread dgaudet
dgaudet 97/12/20 15:44:31 Modified:src CHANGES src/main http_protocol.c Log: Fix memory corruption caused by allocating auth usernames in the wrong pool. PR: 1500 Reviewed by: Martin Kraemer, Jim Jagielski Revision ChangesPath 1.533

cvs commit: apachen/src/main http_protocol.c

1997-11-01 Thread martin
martin 97/11/01 14:24:09 Modified:src/main http_protocol.c Log: Apache sent wrong replies in response to certain Range: bytes=... headers. The patch is an update to what Ronald Tschalaer <[EMAIL PROTECTED]> sent. PR: 1329 Submitted by: Ronald Tschalaer <[EMAIL PROTECTED]>

cvs commit: apachen/src/main http_protocol.c

1997-10-05 Thread Roy Fielding
fielding97/10/05 01:37:45 Modified:src/main http_protocol.c Log: Losing the client connection should result in a warning, since it can be indicative of site design problems. It is not a DEBUG condition. Revision ChangesPath 1.164 +3 -3 apachen/src/main/http_pr

cvs commit: apachen/src/main http_protocol.c

1997-09-25 Thread Dean Gaudet
dgaudet 97/09/25 20:26:26 Modified:src CHANGES src/main http_protocol.c Log: send_fb would not detect aborted connections in some situations Reviewed by: Jim Jagielski, Roy Fielding Revision ChangesPath 1.450 +4 -1 apachen/src/CHANGES

cvs commit: apachen/src/main http_protocol.c http_protocol.h

1997-09-14 Thread Roy Fielding
fielding97/09/14 03:05:00 Modified:src INDENT src/main http_protocol.c http_protocol.h Log: Reformatted http_protocol.* according to style guide. Revision ChangesPath 1.3 +2 -2 apachen/src/INDENT Index: INDENT

cvs commit: apachen/src/main http_protocol.c

1997-09-05 Thread Dean Gaudet
dgaudet 97/09/05 18:03:35 Modified:src/main http_protocol.c Log: add comment about zero-copy tcp under solaris 2.6 Revision ChangesPath 1.160 +3 -0 apachen/src/main/http_protocol.c Index: http_protocol.c

cvs commit: apachen/src/main http_protocol.c

1997-08-31 Thread Rodent of Unusual Size
coar97/08/31 19:46:49 Modified:src/main http_protocol.c Log: Replace use of FORBIDDEN with HTTP_FORBIDDEN. Revision ChangesPath 1.157 +1 -1 apachen/src/main/http_protocol.c Index: http_protocol.c ==