Re: [quicwg/base-drafts] ALPN Tokens and Alt-Svc (#90)
Mike Bishop <notifications@github.com> Fri, 13 January 2017 20:00 UTC
Return-Path: <noreply@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 01E87129E36 for <quic-issues@ietfa.amsl.com>; Fri, 13 Jan 2017 12:00:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.538
X-Spam-Level:
X-Spam-Status: No, score=-6.538 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-1.156, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
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 gHVxdxNB_vF3 for <quic-issues@ietfa.amsl.com>; Fri, 13 Jan 2017 12:00:29 -0800 (PST)
Received: from github-smtp2b-ext-cp1-prd.iad.github.net (github-smtp2-ext6.iad.github.net [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7F50A129E1B for <quic-issues@ietf.org>; Fri, 13 Jan 2017 12:00:28 -0800 (PST)
Date: Fri, 13 Jan 2017 12:00:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1484337627; bh=lE5dHgNY4KCHaxcEaHi0YkPn+IhOptikZo6xxe4WySg=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=F+d7YCTioujP+thxbOYivy3zDzSIpm3B/V63nJUHFabb+3cE75oHYDqD019MXKFLR mpQ69x0Bv3pG6whU10T5MS/pusNSuIlE6hTRLci7CTcNYxxYrKbMJzgkeU92o/G2Ar UKYXdMkgRq7Z9oRXY34hUje6bk7KrFmQeuQC/VKY=
From: Mike Bishop <notifications@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/90/push/1500078279@github.com>
In-Reply-To: <quicwg/base-drafts/pull/90@github.com>
References: <quicwg/base-drafts/pull/90@github.com>
Subject: Re: [quicwg/base-drafts] ALPN Tokens and Alt-Svc (#90)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_587931dbd6991_72783fba9595913022237"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-AGcDZ3yEUZTr5za_XWehqvl-dQ>
Cc: Push <push@noreply.github.com>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.17
Reply-To: quic@ietf.org
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 13 Jan 2017 20:00:32 -0000
@MikeBishop pushed 2 commits. 9859f04 Merge remote-tracking branch 'origin/master' into alpn-alt-svc 6e5abb7 Handle non-token version numbers better -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/quicwg/base-drafts/pull/90/files/77a028977ea666ecdb1fa6603764dcb97be31911..6e5abb7035fb9964ada7b7527cf30611d9e8527a
- [quicwg/base-drafts] ALPN Tokens and Alt-Svc (#90) Mike Bishop
- Re: [quicwg/base-drafts] ALPN Tokens and Alt-Svc … Mike Bishop
- Re: [quicwg/base-drafts] ALPN Tokens and Alt-Svc … Alessandro Ghedini
- Re: [quicwg/base-drafts] ALPN Tokens and Alt-Svc … Mike Bishop
- Re: [quicwg/base-drafts] ALPN Tokens and Alt-Svc … Mike Bishop
- Re: [quicwg/base-drafts] ALPN Tokens and Alt-Svc … Martin Thomson
- Re: [quicwg/base-drafts] ALPN Tokens and Alt-Svc … Mike Bishop
- Re: [quicwg/base-drafts] ALPN Tokens and Alt-Svc … Martin Thomson
- Re: [quicwg/base-drafts] ALPN Tokens and Alt-Svc … Patrick McManus
- Re: [quicwg/base-drafts] ALPN Tokens and Alt-Svc … Mike Bishop
- Re: [quicwg/base-drafts] ALPN Tokens and Alt-Svc … Mike Bishop