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

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

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

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: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 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

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

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

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

1997-04-27 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.

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

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

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