Re: [codesprints] Who knows about web browser caching?

Bill Fenner <fenner@fenron.net> Sun, 07 November 2010 10:17 UTC

Return-Path: <fenner@fenron.com>
X-Original-To: codesprints@core3.amsl.com
Delivered-To: codesprints@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 718D73A6899 for <codesprints@core3.amsl.com>; Sun, 7 Nov 2010 02:17:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.202
X-Spam-Level:
X-Spam-Status: No, score=-101.202 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, MIME_QP_LONG_LINE=1.396, USER_IN_WHITELIST=-100, WEIRD_PORT=0.001]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fNkYkF19eKSO for <codesprints@core3.amsl.com>; Sun, 7 Nov 2010 02:17:15 -0800 (PST)
Received: from mail-iw0-f172.google.com (mail-iw0-f172.google.com [209.85.214.172]) by core3.amsl.com (Postfix) with ESMTP id 795A43A682D for <codesprints@ietf.org>; Sun, 7 Nov 2010 02:17:15 -0800 (PST)
Received: by iwn40 with SMTP id 40so4837226iwn.31 for <codesprints@ietf.org>; Sun, 07 Nov 2010 02:17:33 -0800 (PST)
Received: by 10.231.169.195 with SMTP id a3mr438109ibz.185.1289125050764; Sun, 07 Nov 2010 02:17:30 -0800 (PST)
Received: from [130.129.39.5] (dhcp-2705.meeting.ietf.org [130.129.39.5]) by mx.google.com with ESMTPS id 34sm4309884ibi.2.2010.11.07.02.17.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 07 Nov 2010 02:17:28 -0800 (PST)
Sender: Bill Fenner <fenner@fenron.com>
References: <AANLkTinVeLeso2vttskPjTmeyqyzkFAB+KmeincJAN2m@mail.gmail.com> <4CD667B7.7050609@gmx.de>
In-Reply-To: <4CD667B7.7050609@gmx.de>
Mime-Version: 1.0 (iPhone Mail 8B117)
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="us-ascii"
Message-Id: <71E9318F-4E51-4DCE-8E20-374028FFA283@fenron.net>
X-Mailer: iPhone Mail (8B117)
From: Bill Fenner <fenner@fenron.net>
Date: Sun, 07 Nov 2010 18:17:08 +0800
To: Julian Reschke <julian.reschke@gmx.de>
Cc: "codesprints@ietf.org" <codesprints@ietf.org>
Subject: Re: [codesprints] Who knows about web browser caching?
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codesprints>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 07 Nov 2010 10:17:16 -0000

On Nov 7, 2010, at 4:47 PM, Julian Reschke <julian.reschke@gmx.de> wrote:

> Bill,
> 
> you may want to test with redbot, see
> 
> <http://redbot.org/?uri=http://merlot.tools.ietf.org:31415/doc/draft-ietf-ipsecme-ikev2-redirect/history/>
> 
> Also...
>> 
>> I realize that the fact that the Etag varies here is going to be a
>> problem (it's because the Etag is calculated after the gzip), but this
>> is a separate problem.
>> 
> 
> ...the etag is *supposed* to be different across varying content-encodings...

Yes, of course, but in this case it varies with the same encoding (because we are just using an md5 of the returned data, and the metadata in the gzip header is varying, even though the page contents are the same).

Thanks for the redbot pointer!

  Bill