[quicwg/base-drafts] 5dd4eb: Fix inconsistent leading zeros
Lucas Pardue <noreply@github.com> Mon, 25 February 2019 17:52 UTC
Return-Path: <bounces+848413-a050-quic-issues=ietf.org@sgmail.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 A00F3130F47 for <quic-issues@ietfa.amsl.com>; Mon, 25 Feb 2019 09:52:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.001
X-Spam-Level:
X-Spam-Status: No, score=-2.001 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 1ZqsV2kdpvxP for <quic-issues@ietfa.amsl.com>; Mon, 25 Feb 2019 09:52:01 -0800 (PST)
Received: from o1.sgmail.github.com (o1.sgmail.github.com [192.254.114.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2B8DE126D00 for <quic-issues@ietf.org>; Mon, 25 Feb 2019 09:52:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:to:subject:mime-version:content-type:content-transfer-encoding; s=s20150108; bh=KQJlhtATVmNNWqSeq3I7K3UXn4Q=; b=sZmPY2Rli01gfM0o CwQft+EzQgsWLl751lpnk7TUrcY4Tbd6Wk2Rsloms9lo44NpHBe9sjlUVZWrYOag CZYFJJVpPHvQQk6MuLzh8BsWoTcKEutesrJe9vhqnM/MneKlar0l0Y0s4T1HfikB Bnap+on4li5urw5S8cip57S5Jvs=
Received: by filter0951p1las1.sendgrid.net with SMTP id filter0951p1las1-5158-5C742B3F-25 2019-02-25 17:51:59.48059133 +0000 UTC m=+321156.435666010
Received: from github-lowworker-e8fa9ff.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0030p1mdw1.sendgrid.net (SG) with ESMTP id cPujx7R5SfS93oBvBonJjw for <quic-issues@ietf.org>; Mon, 25 Feb 2019 17:51:59.411 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e8fa9ff.cp1-iad.github.net (Postfix) with ESMTP id 28E5A42024D for <quic-issues@ietf.org>; Mon, 25 Feb 2019 09:51:59 -0800 (PST)
Date: Mon, 25 Feb 2019 17:51:59 +0000
From: Lucas Pardue <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/46db3d-5dd4eb@github.com>
Subject: [quicwg/base-drafts] 5dd4eb: Fix inconsistent leading zeros
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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3xoS44wsQEbutNNc6jbhrwfSVmfU670goepB CejCZlPYfWs/dkPuFNLizsY31hb8V0Z8l5Owtw1phEMBDJUpUY4PjoHm2NN2iEnQJ3GS/t8GWZwnY9 Pa9aDmwikArX/YtbugI2Sr3k8NlGk7hM6RYpGlmIyWaGXJc/SV8kx57M6Q==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6LmPPGIeKwyE6qABDzWHkGShT2k>
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: Mon, 25 Feb 2019 17:52:03 -0000
Branch: refs/heads/master Home: https://github.com/quicwg/base-drafts Commit: 5dd4eb2fdd0773ec59d84fd348e308ccbdebf903 https://github.com/quicwg/base-drafts/commit/5dd4eb2fdd0773ec59d84fd348e308ccbdebf903 Author: Lucas Pardue <lucaspardue.24.7@gmail.com> Date: 2019-02-25 (Mon, 25 Feb 2019) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- Fix inconsistent leading zeros Simply making this consistent through the document by doing the minimal change and removing leading 0s. Happy to add them if we prefer.
- [quicwg/base-drafts] 5dd4eb: Fix inconsistent lea… Lucas Pardue