cvs commit: apache/src http_protocol.c

1997-01-29 Thread Roy Fielding
fielding97/01/29 19:46:14 Modified:src http_protocol.c Log: Also allow WWW-Authenticate to be sent on 304 response. Submitted by: Doug MacEachern Revision ChangesPath 1.97 +1 -0 apache/src/http_protocol.c Index: http_protocol.c

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

1997-01-29 Thread Marc Slemko
marc97/01/29 18:51:46 Modified:src CHANGES Log: Update CHANGES file for commits I made. Revision ChangesPath 1.141 +6 -1 apache/src/CHANGES Index: CHANGES === RCS file: /export/hom

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

1997-01-29 Thread Roy Fielding
fielding97/01/29 18:43:02 Modified:src CHANGES buff.h buff.c http_main.c http_protocol.c Log: Improved buffered output to the client by delaying the flush decision until the BUFF code is actually about to read the next request. This fixes a problem introduced in 1.2b5 with

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/htdocs/manual/misc known_bugs.html

1997-01-29 Thread Marc Slemko
marc97/01/29 17:03:52 Modified:htdocs/manual/misc known_bugs.html Log: Added pointer to 1.2b6 patches directory to the known bugs list. Revision ChangesPath 1.8 +7 -0 apache/htdocs/manual/misc/known_bugs.html Index: known_bugs.html =

cvs commit: apache/htdocs/manual/misc fin_wait_2.html

1997-01-29 Thread Roy Fielding
fielding97/01/29 16:48:33 Modified:htdocs/manual/misc fin_wait_2.html Log: Adjusted some of the explanations of the FIN_WAIT_2 problems to accurately reflect the current status, reasons why it occurs, and what client authors should be doing. Also reformatted my mail message a

cvs commit: apache/src/helpers PrintPath

1997-01-29 Thread Jim Jagielski
jim 97/01/29 16:07:55 Modified:src/helpers PrintPath Log: Better -x test for PrintPath: fixes Ult bug Revision ChangesPath 1.9 +5 -8 apache/src/helpers/PrintPath Index: PrintPath ===

cvs commit: apache/src mod_rewrite.c

1997-01-29 Thread Marc Slemko
marc97/01/29 15:51:38 Modified:src mod_rewrite.c Log: Fix mod_rewrite truncation error introduced by buffer overflow patches. Closes PR#133. Reviewed by: Randy Terbush Revision ChangesPath 1.16 +1 -1 apache/src/mod_rewrite.c Index: mod_rew