dgaudet 98/01/19 16:54:42
Modified:.Tag: APACHE_1_2_X STATUS
src Tag: APACHE_1_2_X CHANGES http_protocol.c
Log:
send_fd_length() did not calculate total_bytes_sent properly.
PR: 1366
Submitted by: Ben Reser <[EMAIL PROTECTED]>
Reviewed b
dgaudet 98/01/19 16:52:17
Modified:.Tag: APACHE_1_2_X STATUS
src Tag: APACHE_1_2_X CHANGES http_protocol.c
Log:
r->connect->user allocated in wrong pool
PR: 1500
Revision ChangesPath
No revision
No
dgaudet 98/01/19 16:35:20
Modified:.Tag: APACHE_1_2_X STATUS
src Tag: APACHE_1_2_X CHANGES http_protocol.c
Log:
Multiple "close" tokens may have been set in the "Connection"
header, not an error, but a waste.
PR: 1683
Submitted by: [EMAI
dgaudet 98/01/19 16:09:29
Modified:.Tag: APACHE_1_2_X STATUS
src Tag: APACHE_1_2_X CHANGES http_protocol.c
Log:
test "basic" token with strcasecmp
Submitted by: [EMAIL PROTECTED]
Reviewed by: Dean Gaudet, Martin Kraemer, Ken Coar
Revision Cha
dgaudet 98/01/13 16:09:35
Modified:.Tag: APACHE_1_2_X STATUS
src Tag: APACHE_1_2_X CHANGES http_protocol.c
Log:
netscape needs padding on the 255th byte as well as 256 and 257
Reviewed by: Martin Kraemer, Roy Fielding
Revision ChangesPath
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
rse 97/07/30 08:25:32
Modified:src Tag: APACHE_1_2_X CHANGES http_protocol.c
Log:
get_client_block() returns wrong length if policy is REQUEST_CHUNKED_DECHUNK
PR: 815
Submitted by: Kenichi Hori <[EMAIL PROTECTED]>
Reviewed by: Dean Gaudet, Ralf S. Engelschall,
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/07/19 03:20:52
Modified:src CHANGES http_protocol.c
Log:
PR#815: get_client_block() returns wrong length if policy is
REQUEST_CHUNKED_DECHUNK
Submitted by: Kenichi Hori <[EMAIL PROTECTED]>
Reviewed by: Dean Gaudet
Revision ChangesPath
1.350
fielding97/07/14 01:50:28
Modified:src CHANGES http_protocol.c
Log:
A very large one-line change. If finalize_request_protocol were to
be mistakenly called twice, it would send two chunked terminators.
To prevent that, we just needed to clear r->chunked at the same time
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/28 20:44:33
Modified:src CHANGES http_protocol.c
Log:
Initialize r->status as request-timed-out until after we successfully
read the request-line and header fields.
Submitted by: Roy Fielding and Ed Korthof, PR#601
Revision ChangesPath
1.281
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/05/08 04:27:31
Modified:src CHANGES http_protocol.c httpd.h mod_actions.c
Log:
Fixed a couple places where a check for the default Content-Type was
not properly checking both the value configured by the DefaultType
directive and the DEFAULT_TYPE symbol in httpd.h
fielding97/04/30 16:01:59
Modified:src CHANGES http_protocol.c
Log:
If an ErrorDocument CGI script is used to respond to an error
generated by another CGI script which has already read the message
body of the request, the server would block trying to read the
message body
fielding97/04/26 23:23:23
Modified:src CHANGES http_protocol.c buff.c
Log:
Fix problem with scripts not receiving a SIGPIPE when client drops
the connection (e.g., when user presses Stop). We now stop
trying to send a message body immediately after an error from write.
fielding97/04/19 21:02:09
Modified:src CHANGES http_protocol.c
Log:
Work around a bug in Netscape Navigator versions 2.x, 3.x and 4.0b2's
parsing of headers. If the terminating empty-line CRLF occurs starting
at the 256th or 257th byte of output, then Navigator will think
dgaudet 97/03/18 19:09:26
Modified:src CHANGES http_protocol.c
Log:
per_dir_defaults weren't set correctly until directory_walk for
name-based vhosts. This fixes an obscure bug with the wrong config
info being used for vhosts that share the same ip as the server.
Revi
fielding97/03/07 06:43:54
Modified:src CHANGES http_protocol.c
Log:
Log an error message if we get a request header that is too long,
since it may indicate a buffer overflow attack.
Submitted by: Marc Slemko
Reviewed by: Roy Fielding, Chuck Murcko, Dean Gaudet, Jim Jag
fielding97/03/07 04:00:34
Modified:src CHANGES http_protocol.c mod_rewrite.c
Log:
Fixed user and server confusion over what should be a virtual host
and what is the main server, resulting in access to something
other than the name defined in the virtualhost directive (but
randy 97/02/21 16:37:20
Modified:src CHANGES http_protocol.c
Log:
Unset Content-Length if chunked (RFC-2068)
Reviewed by: Dean Gaudet, Randy Terbush, Marc Slemko
Submitted by: Petra Lampa
Revision ChangesPath
1.179 +3 -1 apache/src/CHANGES
Index:
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
fielding97/02/18 06:41:32
Modified:src CHANGES http_protocol.c mod_dir.c mod_status.c
Log:
Cleaned-up the generated HTML to include tags and
appropriate newlines.
Submitted by: Ken Coar
Reviewed by: Marc Slemko, Dean Gaudet, Roy Fielding
Revision ChangesPath
fielding97/02/16 22:05:02
Modified:src CHANGES http_protocol.c
Log:
Retain persistence on a 204 (No Content) response.
Correct send_http_trace() to use r->the_request instead of constructing
the request-line from its parsed components.
Submitted by: Dean Gaudet
Revie
akosut 97/02/06 13:40:38
Modified:src CHANGES http_protocol.c
Log:
Tweak byteserving code to work around a bug in Netscape Navigator that causes
it to only recognize multipart/x-byteranges, not multipart/byteranges (as per
HTTP/1.1).
Reviewed by: Dean Gaudet, Jim Jagie
fielding97/01/29 19:17:55
Modified:src CHANGES http_protocol.c
Log:
Output all HTTP/1.1 header fields on responses, with special care for
the 304 response.
Submitted by: Paul Sutton
Reviewed by: Randy Terbush, Roy Fielding
Revision ChangesPath
1.142 +5
fielding97/01/29 18:27:09
Modified:src CHANGES http_protocol.c
Log:
Allow keep_alive to continue if the response is 304 Not Modified
even though there is no body.
Submitted by: Dean Gaudet
Reviewed by: Alexei Kosut, Randy Terbush, Jim Jagielski, Roy Fielding
Revis
randy 97/01/12 12:22:19
Modified:src CHANGES http_protocol.c
Log:
A POST request to a CGI script that fails can be redirected to another
CGI to handle via ErrorDocument 500.
Apache uses:
if (!r->read_chunked && (r->remaining <= 0))
to decide if it sho
randy 96/12/17 12:52:14
Modified:src CHANGES http_protocol.c
Log:
Improve accuracy of request duration timings by setting r->request_time
in read_request_line() instead of read_request().
Reviewed by: Randy Terbush
Submitted by: Dean Gaudet
Revision ChangesPat
akosut 96/06/17 13:17:06
Modified:src CHANGES http_protocol.c httpd.h mod_log_common.c
Log:
Restore r->bytes_sent.
Submitted by: Robert S. Thau
Revision ChangesPath
1.30 +2 -0 apache/src/CHANGES
Index: CHANGES
=
31 matches
Mail list logo