Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 24696 invoked by uid 6000); 4 May 1998 07:15:39 -0000 Received: (qmail 24688 invoked by alias); 4 May 1998 07:15:38 -0000 Delivered-To: apache-1.3-cvs@hyperreal.org Received: (qmail 24686 invoked by uid 24); 4 May 1998 07:15:37 -0000 Date: 4 May 1998 07:15:37 -0000 Message-ID: <19980504071537.24685.qmail@hyperreal.org> From: brian@hyperreal.org To: apache-1.3-cvs@hyperreal.org Subject: cvs commit: apache-1.3 STATUS Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org brian 98/05/04 00:15:36 Modified: . STATUS Log: shifted an open issue from the list to status. Since this is a protocol issue it merits attention. Revision Changes Path 1.366 +8 -0 apache-1.3/STATUS Index: STATUS =================================================================== RCS file: /export/home/cvs/apache-1.3/STATUS,v retrieving revision 1.365 retrieving revision 1.366 diff -u -r1.365 -r1.366 --- STATUS 1998/05/04 07:00:45 1.365 +++ STATUS 1998/05/04 07:15:36 1.366 @@ -361,3 +361,11 @@ * In ap_bclose() there's no test that (fb->fd != -1) -- so it's possible that it'll do something completely bogus when it's used for read-only things. - Dean Gaudet + + * Okay, so our negotiation strategy needs a bit of refinement. See + . + In general, we need to go through and clean up the negotiation + module to make it compliant with the final HTTP/1.1 draft, and at the + very least we should make it more copacetic to the idea of transferring + gzipped variants of files when both variants exist on the server. +