cvs commit: apache/src CHANGES http_protocol.c http_request.c mod_browser.c

1997-07-31 Thread Ralf S. Engelschall
rse 97/07/31 01:19:53 Modified:src Tag: APACHE_1_2_X CHANGES http_protocol.c http_request.c mod_browser.c Log: "force-response-1.0" now only applies to requests which are HTTP/1.0 to begin with. "nokeepalive" now works for HTTP/1.1 clients. Adde

cvs commit: apache/src CHANGES http_protocol.c http_request.c mod_browser.c

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 11:52:44 Modified:src CHANGES http_protocol.c http_request.c mod_browser.c Log: "force-response-1.0" now only applies to requests which are HTTP/1.0 to begin with. "nokeepalive" now works for HTTP/1.1 clients. Added "downgrade-1.0"

cvs commit: apache/src CHANGES http_protocol.c http_request.c httpd.h

1997-06-30 Thread Dean Gaudet
dgaudet 97/06/30 18:37:12 Modified:src Tag: APACHE_1_2_X CHANGES http_protocol.c http_request.c httpd.h Log: Added begun_read_body to request_rec so that subreqs and internal redirects won't try to read the request body twice. Submitted by: Roy F

cvs commit: apache/src CHANGES http_protocol.c http_request.c httpd.h

1997-06-30 Thread Dean Gaudet
dgaudet 97/06/30 18:13:45 Modified:src CHANGES http_protocol.c http_request.c httpd.h Log: Added begun_read_body to request_rec so that subreqs and internal redirects won't try to read the request body twice. Submitted by: Roy Fielding Reviewed by: Alexei Kosut, Dean

cvs commit: apache/src CHANGES http_protocol.c http_request.c

1997-05-11 Thread Roy Fielding
fielding97/05/11 15:30:40 Modified:src CHANGES http_protocol.c http_request.c Log: Subrequests and internal redirects now inherit the_request from the original request-line. Reviewed by: Chuck Murcko, Ben Laurie, Randy Terbush Revision ChangesPath 1.271 +

cvs commit: apache/src CHANGES http_protocol.c http_request.c

1997-02-20 Thread Roy Fielding
fielding97/02/20 15:36:46 Modified:src CHANGES http_protocol.c http_request.c Log: Improved handling of TRACE method by bypassing normal method handling and header parsing routines; fixed Allow response to always allow TRACE. Submitted by: Dean Gaudet Reviewed by: Roy