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