cvs commit: apache-1.2/src http_protocol.c

1998-02-01 Thread dgaudet
dgaudet 98/01/31 18:22:30 Modified:src http_protocol.c Log: The last commit contained changes it shouldn't have. Reverse them. Revision ChangesPath 1.129 +31 -112 apache-1.2/src/http_protocol.c Index: http_protocol.c

cvs commit: apache-1.2/src http_protocol.c

1998-01-30 Thread dgaudet
dgaudet 98/01/30 01:55:43 Modified:src 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: