Re: [Tools-discuss] moving/marking rfcdiff to not get cached by cloudflare

Glen <glen@amsl.com> Thu, 02 January 2020 04:26 UTC

Return-Path: <glen@amsl.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E45AF12006D for <tools-discuss@ietfa.amsl.com>; Wed, 1 Jan 2020 20:26:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -104.199
X-Spam-Level:
X-Spam-Status: No, score=-104.199 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dYL0biIOIu-V for <tools-discuss@ietfa.amsl.com>; Wed, 1 Jan 2020 20:26:24 -0800 (PST)
Received: from mail.amsl.com (c8a.amsl.com [4.31.198.40]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A60EF120047 for <tools-discuss@ietf.org>; Wed, 1 Jan 2020 20:26:24 -0800 (PST)
Received: from mail.amsl.com (localhost [127.0.0.1]) by c8a.amsl.com (Postfix) with ESMTPS id 47065203E3D for <tools-discuss@ietf.org>; Wed, 1 Jan 2020 20:24:30 -0800 (PST)
Received: from mail-ot1-f51.google.com (mail-ot1-f51.google.com [209.85.210.51]) by c8a.amsl.com (Postfix) with ESMTPSA id 24491203E3C for <tools-discuss@ietf.org>; Wed, 1 Jan 2020 20:24:30 -0800 (PST)
Received: by mail-ot1-f51.google.com with SMTP id k14so55416902otn.4 for <tools-discuss@ietf.org>; Wed, 01 Jan 2020 20:26:24 -0800 (PST)
X-Gm-Message-State: APjAAAWxfDLfC0SZebsmNTv04CAI9T4/7T2qFs7OyAQgwmAX7fg22gEy EAbSh6jVPM+QQXg8ZFk+DrMwCi3EfS5OjCrxR08=
X-Google-Smtp-Source: APXvYqxEQhN21d+SfCs5d578iLELLOKZjWmzdpLrHbysvgFVu8zERnjTFhOwicRE/MG49iPKV0bD14/azdJnOvl1470=
X-Received: by 2002:a9d:784b:: with SMTP id c11mr85146021otm.246.1577939183932; Wed, 01 Jan 2020 20:26:23 -0800 (PST)
MIME-Version: 1.0
References: <4782.1577823296@localhost> <459fa2e8-5cf7-4ced-acf2-b5d612c311cc@www.fastmail.com> <1755.1577937135@localhost>
In-Reply-To: <1755.1577937135@localhost>
From: Glen <glen@amsl.com>
Date: Wed, 01 Jan 2020 20:26:12 -0800
X-Gmail-Original-Message-ID: <CABL0ig5g7tmobw=ZSTYF2XWZgGZf6wrfBj8jjFZTVbRBe_=kBQ@mail.gmail.com>
Message-ID: <CABL0ig5g7tmobw=ZSTYF2XWZgGZf6wrfBj8jjFZTVbRBe_=kBQ@mail.gmail.com>
To: tools-discuss@ietf.org
Content-Type: text/plain; charset="UTF-8"
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/k4X36MsgxV2mNuquv9FsfrGb-xY>
Subject: Re: [Tools-discuss] moving/marking rfcdiff to not get cached by cloudflare
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 02 Jan 2020 04:26:26 -0000

On Wed, Jan 1, 2020 at 7:52 PM Michael Richardson <mcr@sandelman.ca> wrote:
> Since I'm using https://raw.githubusercontent.com/ I wonder if the problem is
> that the underlying file is being cached?

I'm sure you already did this, but just for those reading...

~> host raw.githubusercontent.com
raw.githubusercontent.com is an alias for github.map.fastly.net.
github.map.fastly.net has address 151.101.0.133
github.map.fastly.net has address 151.101.64.133
github.map.fastly.net has address 151.101.128.133
github.map.fastly.net has address 151.101.192.133

https://www.fastly.com/ seems - only at first glance - to be something
similar to a CDN, so I'd say that you could be exactly right here.

Glen