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

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

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

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

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

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