[quicwg/base-drafts] f6401e: Mandate allowing peer to create enough unidirectio...

Alessandro Ghedini <noreply@github.com> Wed, 12 June 2019 20:28 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 4995F120179 for <quic-issues@ietfa.amsl.com>; Wed, 12 Jun 2019 13:28:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.01
X-Spam-Level:
X-Spam-Status: No, score=-7.01 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_HELO_NONE=0.001, 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 r2yfxHFBggeD for <quic-issues@ietfa.amsl.com>; Wed, 12 Jun 2019 13:28:05 -0700 (PDT)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ACEE3120145 for <quic-issues@ietf.org>; Wed, 12 Jun 2019 13:28:04 -0700 (PDT)
Date: Wed, 12 Jun 2019 13:28:03 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1560371283; bh=5PSVou9dOGrDiqpMxCaCdtDkn2XV5TihR9TDQ2CzXgY=; h=Date:From:To:Subject:From; b=JC61tRiVR3UBm/UHeKw2BW83bg6h2B1HTY5tz2p5k6uneNA41JaIJn5IQCWwYgE7x Aa5yMJjOn5KI2l8YC4IY0dAml5LRfCBtvhTkbyPKyTUY4KYOLvHiQEivXWScgGmN7+ fdF1Ta3V8/CaNMQhzReYhrkwW0wtE6U+bbo+9FoE=
From: Alessandro Ghedini <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/b0b447-f6401e@github.com>
Subject: [quicwg/base-drafts] f6401e: Mandate allowing peer to create enough unidirectio...
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/gXgRULaP1xoLnOvf_KkrWsD38hk>
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: Wed, 12 Jun 2019 20:28:07 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: f6401e38e594c7104993343703592028bb3afacd
      https://github.com/quicwg/base-drafts/commit/f6401e38e594c7104993343703592028bb3afacd
  Author: Alessandro Ghedini <alessandro@ghedini.me>
  Date:   2019-06-12 (Wed, 12 Jun 2019)

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

  Log Message:
  -----------
  Mandate allowing peer to create enough unidirectional streams for HTTP and QPACK (#2762)

* Mandate allowing peer to create enough unidirectional streams for HTTP and QPACK

As per https://github.com/quicwg/base-drafts/issues/2100#issuecomment-495233158
HTTP MUST allow enough uni streams credits for mandatory streams
(control, QPACK encoder/decoder, other mandatory extensions) but is not
required to grant additional credits if the peer wastes them.

* Add review fixes

* More review comments