[quicwg/base-drafts] 85b646: Reference 8.2 of RFC7540 to explain Server Push (#...

ianswett <noreply@github.com> Fri, 17 May 2019 19:55 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 ADE1412016D for <quic-issues@ietfa.amsl.com>; Fri, 17 May 2019 12:55:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.011
X-Spam-Level:
X-Spam-Status: No, score=-7.011 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 P4hnEoIgaGFk for <quic-issues@ietfa.amsl.com>; Fri, 17 May 2019 12:55:02 -0700 (PDT)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3AA6412013E for <quic-issues@ietf.org>; Fri, 17 May 2019 12:55:02 -0700 (PDT)
Date: Fri, 17 May 2019 12:55:01 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1558122901; bh=lW+6y250ZgesnoNmSWH39i7tDsFNWCMiXXNBsoYwshQ=; h=Date:From:To:Subject:From; b=rN0N1hEImYjsEWP7aD7pxyrJL/2v/sIGtnTVS+SkEHx3UwHWTBgZ16WVOrFBJV1tN uO+JbQ+ELyXGbHmn4+WF+Xkx5djrxnV8eSQed3353i5BcGDMqpFpXVf3AAEyCvhu4Q 8pcoFF6RZ3Edxc+glsbLAOA5SS28f20H3Pe29x1k=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/c9fb88-85b646@github.com>
Subject: [quicwg/base-drafts] 85b646: Reference 8.2 of RFC7540 to explain Server Push (#...
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QyxcCDa59AOIW8fn1GCbPoGEE2M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 17 May 2019 19:55:05 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 85b64664dfe73e9f317cdd68ba1ea4919892462f
      https://github.com/quicwg/base-drafts/commit/85b64664dfe73e9f317cdd68ba1ea4919892462f
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-05-17 (Fri, 17 May 2019)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  Reference 8.2 of RFC7540 to explain Server Push (#2665)

* Reference 8.2 of RFC7540 to explain Server Push

The transition to "Push Streams" has no preceding mention of server push.  This adds a reference to the correct section of RFC7540.

* Copy the two-sentence explainer into the Push section

* Update draft-ietf-quic-http.md

Co-Authored-By: Mike Bishop <mbishop@evequefou.be>

* Internal reference