cvs commit: apache/src CHANGES http_protocol.c

1998-01-20 Thread dgaudet
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

cvs commit: apache/src CHANGES http_protocol.c

1998-01-20 Thread dgaudet
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

cvs commit: apache/src CHANGES http_protocol.c

1998-01-20 Thread dgaudet
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

cvs commit: apache/src CHANGES http_protocol.c

1998-01-20 Thread dgaudet
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

cvs commit: apache/src CHANGES http_protocol.c

1998-01-14 Thread dgaudet
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

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

1997-07-30 Thread Ralf S. Engelschall
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,

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

1997-07-19 Thread Dean Gaudet
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

cvs commit: apache/src CHANGES http_protocol.c

1997-07-14 Thread Roy Fielding
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

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

1997-05-28 Thread Roy Fielding
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

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 httpd.h mod_actions.c

1997-05-08 Thread Roy Fielding
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

cvs commit: apache/src CHANGES http_protocol.c

1997-04-30 Thread Roy Fielding
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

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

1997-04-26 Thread Roy Fielding
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.

cvs commit: apache/src CHANGES http_protocol.c

1997-04-19 Thread Roy Fielding
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

cvs commit: apache/src CHANGES http_protocol.c

1997-03-18 Thread Dean Gaudet
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

cvs commit: apache/src CHANGES http_protocol.c

1997-03-07 Thread Roy Fielding
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

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

1997-03-07 Thread Roy Fielding
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

cvs commit: apache/src CHANGES http_protocol.c

1997-02-21 Thread Randy Terbush
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:

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

cvs commit: apache/src CHANGES http_protocol.c mod_dir.c mod_status.c

1997-02-18 Thread Roy Fielding
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

cvs commit: apache/src CHANGES http_protocol.c

1997-02-16 Thread Roy Fielding
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

cvs commit: apache/src CHANGES http_protocol.c

1997-02-06 Thread Alexei Kosut
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

cvs commit: apache/src CHANGES http_protocol.c

1997-01-29 Thread Roy Fielding
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

cvs commit: apache/src CHANGES http_protocol.c

1997-01-29 Thread Roy Fielding
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

cvs commit: apache/src CHANGES http_protocol.c

1997-01-12 Thread Randy Terbush
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

cvs commit: apache/src CHANGES http_protocol.c

1996-12-17 Thread Randy Terbush
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

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

1996-06-17 Thread Alexei Kosut
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 =