brian 98/07/09 13:37:16
Modified: src CHANGES
Log:
Mention Martin's commit.
Revision Changes Path
1.956 +6 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.955
retrieving revision 1.956
diff -u -r1.955 -r1.956
--- CHANGES 1998/07/09 11:24:54 1.955
+++ CHANGES 1998/07/09 20:37:12 1.956
@@ -1,5 +1,11 @@
Changes with Apache 1.3.1
+ *) Cache a proxied request in the event that the client cancels the
+ transfer, provided that the configured percentage of the file has
+ already been transfered. It works for http transfers only. The
+ new httpd.conf directive is called CacheForceCompletion.
+ [Glen Parker <[EMAIL PROTECTED]>] PR#2277
+
*) Add the "<!DOCTYPE HTML" magic cookie used by modern documents (and
required by HTML 3.2 and later) to conf/magic.
[Anna Shergold <[EMAIL PROTECTED]>]