Hello,

Boy, it sure would be helpful if I included the patch, wouldn't it?

Humbly,

Andrew

----------------------------------------------------------------------
Andrew Ho               http://www.tellme.com/       [EMAIL PROTECTED]
Engineer                   [EMAIL PROTECTED]          Voice 650-930-9062
Tellme Networks, Inc.       1-800-555-TELL            Fax 650-930-9101
----------------------------------------------------------------------
--- http_protocol.c     13 Aug 2002 14:27:39 -0000      1.454
+++ http_protocol.c     31 Aug 2002 07:37:22 -0000
@@ -363,7 +363,7 @@
             if (if_nonematch[0] == '*') {
                 return HTTP_NOT_MODIFIED;
             }
-            if (etag != NULL) {
+            if (etag != NULL && *etag) {
                 if (apr_table_get(r->headers_in, "Range")) {
                     if (etag[0] != 'W'
                         && ap_find_list_item(r->pool, if_nonematch, etag)) {

Reply via email to