From nobody Fri Dec 1 06:51:00 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -4.799 X-Spam-Level: X-Spam-Status: No, score=-4.799 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_32=0.001, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H2=-2.8, 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 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=q5DTHLL06XGrtN6K1ndcfAXGH9g=; b=sSsaxHzUExILXLsy rI5OhZ4j6FNvys+azY7hRzEvW11UId+ldp/KHUbP6X1aJeci8qQvTktYBb6vfMWH Vm32k0SeQPR7WTpEEahYh8ytKyMN9Db3+QgReVJalDOBCrhzJrGJbWo2kTdjajLL LKXXJHaFnpLYOnjDCwhPHj072vc= Date: Fri, 01 Dec 2017 14:50:56 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Clarify what to do with out-of-order early data (#442) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a216c4fd5999_61b23fb807f0ef34464641"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 14:50:58 -0000 ----==_mimepart_5a216c4fd5999_61b23fb807f0ef34464641 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit kaduk approved this pull request. This does seem to help. The rest of the document is probably enough that we don't need to say more about proper processing of data that is identified as early. > @@ -345,11 +345,12 @@ requests, which could result in increased load. ## Out of Order Delivery -In protocols that deliver data out of order (such as QUIC {{HQ}}) early data -can arrive after the handshake completes. This leads to potential ambiguity -about the status of requests and could lead to inconsistent treatment (see +In protocols that deliver data out of order (such as QUIC {{HQ}}) early data can +arrive after the handshake completes. This leads to potential ambiguity about +the status of requests and could lead to inconsistent treatment (see Hmm, I wonder how we ended up with the gratuitous re-flowing. (Different editors using different thresholds for which column to wrap at?) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/442#pullrequestreview-80516974 ----==_mimepart_5a216c4fd5999_61b23fb807f0ef34464641 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

@kaduk approved this pull request.

This does seem to help. The rest of the document is probably enough that we don't need to say more about proper processing of data that is identified as early.


In draft-ietf-httpbis-replay.md:

> @@ -345,11 +345,12 @@ requests, which could result in increased load.
 
 ## Out of Order Delivery
 
-In protocols that deliver data out of order (such as QUIC {{HQ}}) early data
-can arrive after the handshake completes.  This leads to potential ambiguity
-about the status of requests and could lead to inconsistent treatment (see
+In protocols that deliver data out of order (such as QUIC {{HQ}}) early data can
+arrive after the handshake completes.  This leads to potential ambiguity about
+the status of requests and could lead to inconsistent treatment (see

Hmm, I wonder how we ended up with the gratuitous re-flowing. (Different editors using different thresholds for which column to wrap at?)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a216c4fd5999_61b23fb807f0ef34464641-- From nobody Fri Dec 1 08:11:18 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.402 X-Spam-Level: X-Spam-Status: No, score=-0.402 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_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=yH7R2+Xd2hwvM6jjxp4eQ1Su5Bg=; b=cNY2/jPFyDD69uzy bW4DnWSAbIR4ECm3dzzy0kMt02/2rHq3Pq3YVkHyfoCd2GGsDw1crHhmnpH4BoHH Uq1w/5kqkstMBlLI5xsNBlreKrtIh7hkgzdod4TCJTHJfUfROAOf5uIPL4JKhK/+ GPZsqljJxLNb0nYdc31urFOr90Y= Date: Fri, 01 Dec 2017 16:11:15 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Minor editorial fixes for Expect-CT (#432) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a217f228b174_117203fd7ef6d6f301983f1"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 16:11:17 -0000 ----==_mimepart_5a217f228b174_117203fd7ef6d6f301983f1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Merged #432. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/432#event-1367932601 ----==_mimepart_5a217f228b174_117203fd7ef6d6f301983f1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Merged #432.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a217f228b174_117203fd7ef6d6f301983f1-- From nobody Fri Dec 1 08:11:27 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -4.954 X-Spam-Level: X-Spam-Status: No, score=-4.954 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, RCVD_IN_SORBS_SPAM=0.5, 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 Date: Fri, 01 Dec 2017 08:11:19 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1512144679; bh=1ZKVqlMsDQyK2Drt5J068CU02X18M+C06Z+aoRbyLnQ=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LiqkNfhAEgROYly6I4+xIFdvMLQe33mjurxHgTReYA+3RptAetY5dGiIpeh2+pP2O RMsf3jj6jQQuKsXoFrD/ZW/BY2sM2/F+Somvm6Eh/yGtd+vzxxUwQuFi4Vws/Ypkc7 9hHl9E2ki/TvUf+owlz+FCvaxTJgvXcFUotKg3R0= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Minor editorial fixes for Expect-CT (#432) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a217f27c17cb_62603f87b6dc2f301936b6"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 16:11:22 -0000 ----==_mimepart_5a217f27c17cb_62603f87b6dc2f301936b6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/432#issuecomment-348535877 ----==_mimepart_5a217f27c17cb_62603f87b6dc2f301936b6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Thanks!


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a217f27c17cb_62603f87b6dc2f301936b6-- From nobody Sun Dec 3 15:45:51 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.616 X-Spam-Level: X-Spam-Status: No, score=-0.616 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_28=1.404, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=DXVZi7gWEFJsO0OVfh8SfpWh814=; b=AgGY3r0XmFMFsG0W 4NPuqgBZm46AoBJvjwqAIk8ApRDNddX0JQ2zEj5AxouRLTA4P6gSs1Y5XEAXuwbr OKjb3PdZCMy0KBiq9iPSMRX8rEiOqhc6rpKyWMB63IdL52wa/2jWRHOIJZZK3p4+ tTeJWIx4HufWtEwrVfKD1UY+zjA= Date: Sun, 03 Dec 2017 23:45:47 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Clarify what to do with out-of-order early data (#442) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a248cab6b910_56d03fe5c2c58f2c1586b0"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Dec 2017 23:45:51 -0000 ----==_mimepart_5a248cab6b910_56d03fe5c2c58f2c1586b0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable martinthomson commented on this pull request. > @@ -345,11 +345,12 @@ requests, which could result in increased load. =20 ## Out of Order Delivery =20 -In protocols that deliver data out of order (such as QUIC {{HQ}}) early da= ta -can arrive after the handshake completes. This leads to potential ambigui= ty -about the status of requests and could lead to inconsistent treatment (see +In protocols that deliver data out of order (such as QUIC {{HQ}}) early da= ta can +arrive after the handshake completes. This leads to potential ambiguity a= bout +the status of requests and could lead to inconsistent treatment (see I use both emacs and vim at different times, but both are configured with t= he same value. =C2=AF\\_(=E3=83=84)_/=C2=AF --=20 You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/442#discussion_r154541511= ----==_mimepart_5a248cab6b910_56d03fe5c2c58f2c1586b0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

@martinthomson commented on this pull request.


In draft-ietf-httpbis-replay.md:

> @@ -345,11 +345,12 @@ requests, which could =
result in increased load.
=20
 ## Out of Order Delivery
=20
-In protocols that deliver data out of order (such as QUIC {{HQ}}) early da=
ta
-can arrive after the handshake completes.  This leads to potential ambigui=
ty
-about the status of requests and could lead to inconsistent treatment (see
+In protocols that deliver data out of order (such as QUIC {{HQ}}) early da=
ta can
+arrive after the handshake completes.  This leads to potential ambiguity a=
bout
+the status of requests and could lead to inconsistent treatment (see

I use both emacs and vim at different times, but both are configured wit= h the same value. =C2=AF\(=E3=83=84)/=C2=AF

&mda= sh;
You are receiving this because you are subscribed to this thread.<= br />Reply to this email directly, view it on GitHub, or mute the thread.3D""

= ----==_mimepart_5a248cab6b910_56d03fe5c2c58f2c1586b0-- From nobody Mon Dec 4 12:46:33 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.402 X-Spam-Level: X-Spam-Status: No, score=-0.402 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_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=EcQ3k32AhsdIFaBeeggN3hEslmo=; b=gLHN9Bnj3RFaWfiC gWfonRwA9/592d7Te9PUuhYrIyMaEdJt84QqBKXtzewzzMbHQmNEi5TH1HXSxItE lXBk8RDfblucMAcff0c/6cvxTXAGBq2IPCUwXGoH3ZiC0uIogFSoLJ5FU0iVlEZs dBuWFqJIsZx9m5obGQt4BknQlDM= Date: Mon, 04 Dec 2017 20:46:29 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] header-structure: algorithm to parse lists doesn't allow parameterised values (#443) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a25b4254ff9_6cec3fb3dbf6ef2c8096b"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Dec 2017 20:46:32 -0000 ----==_mimepart_5a25b4254ff9_6cec3fb3dbf6ef2c8096b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit http://httpwg.org/http-extensions/header-structure.html#parsing-a-list-from-textual-headers only parses items, while http://httpwg.org/http-extensions/header-structure.html#list says it should allow parameterised labels too. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/443 ----==_mimepart_5a25b4254ff9_6cec3fb3dbf6ef2c8096b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

http://httpwg.org/http-extensions/header-structure.html#parsing-a-list-from-textual-headers only parses items, while http://httpwg.org/http-extensions/header-structure.html#list says it should allow parameterised labels too.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a25b4254ff9_6cec3fb3dbf6ef2c8096b-- From nobody Tue Dec 5 09:29:29 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.615 X-Spam-Level: X-Spam-Status: No, score=-0.615 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_28=1.404, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=VhKhRwAquSodjnrsan9WZ3lWfMU=; b=wN8iFtpfXtgxvU+o PDoH6y/Bw2H4NK8ZsaW/GvIWT+E7SWrc96sAauVyLDBm7sPfE/M6HcWt5CFZomK5 9fmgQkpYY23fuRD9PkRHxo4+gLt2e9EQBatUbD7sfhX9labb9i1mDeBGhBn12Td5 btGNSAPfMtedG3pq66BW04KxsaY= Date: Tue, 05 Dec 2017 17:29:24 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] header-structure: Add a missing close parenthesis (#444) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a26d774a60a9_471a3f9e401e8f34167211"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Dec 2017 17:29:28 -0000 ----==_mimepart_5a26d774a60a9_471a3f9e401e8f34167211 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You can view, comment on, or merge this pull request online at: https://github.com/httpwg/http-extensions/pull/444 -- Commit Summary -- * header-structure: Add a missing close parenthesis -- File Changes -- M draft-ietf-httpbis-header-structure.md (2) -- Patch Links -- https://github.com/httpwg/http-extensions/pull/444.patch https://github.com/httpwg/http-extensions/pull/444.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/444 ----==_mimepart_5a26d774a60a9_471a3f9e401e8f34167211 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You can view, comment on, or merge this pull request online at:

  https://github.com/httpwg/http-extensions/pull/444

Commit Summary

  • header-structure: Add a missing close parenthesis

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a26d774a60a9_471a3f9e401e8f34167211-- From nobody Tue Dec 5 15:42:21 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.473 X-Spam-Level: X-Spam-Status: No, score=-0.473 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=PpWUFcXkcYIRKbrynhzXVfKrSeA=; b=Zfet68GZBRmPpBOo OJ2Aj43HKrtgY6v3KSKBXeztbvNos1kzFYQEtFfNx/oEMoTamJZCvn6QxSep+2I6 Z71LZbzLwejQTzWcSN1i8UAfHo72JdwqhSG6tr5ikTD3HpaRYDH6MvNPqgu6l/8N 0dr7fVr0Ei0OU/OMnR19mpt9rQ0= Date: Tue, 05 Dec 2017 23:42:13 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] header-structure: Add a missing close parenthesis (#444) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a272ed4ac6ba_c0ff3f880a3d8f34776a"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Dec 2017 23:42:19 -0000 ----==_mimepart_5a272ed4ac6ba_c0ff3f880a3d8f34776a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/444#issuecomment-349478914 ----==_mimepart_5a272ed4ac6ba_c0ff3f880a3d8f34776a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Thanks!


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a272ed4ac6ba_c0ff3f880a3d8f34776a-- From nobody Tue Dec 5 15:42:29 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.381 X-Spam-Level: X-Spam-Status: No, score=-5.381 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, 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 Date: Tue, 05 Dec 2017 15:42:18 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1512517338; bh=o7pumuulyUnYVQ/oeQ9WV2C7UHyaqvS4fal3xIiEbn8=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jXjCv0YI0js5PRnI9FqIhKstELbJJ+kvkIESLVFgXFoIYrZ8/+HozGsEcTDRuPwqa JYLYBjt6IuG5gud9EyhxrVJkRawMNMcEVzaiWLO16Hjcqmy/wwsbefQGg0dKDv+ssX rwydWR0HcKl41dmmpU51ESxxxU8Tn3aBF6+jxzWA= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] header-structure: Add a missing close parenthesis (#444) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a272eda2de7e_7f7c3fd6842c2f28923c6"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Dec 2017 23:42:20 -0000 ----==_mimepart_5a272eda2de7e_7f7c3fd6842c2f28923c6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Merged #444. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/444#event-1373781308 ----==_mimepart_5a272eda2de7e_7f7c3fd6842c2f28923c6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Merged #444.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a272eda2de7e_7f7c3fd6842c2f28923c6-- From nobody Wed Dec 6 10:15:42 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.454 X-Spam-Level: X-Spam-Status: No, score=-5.454 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, 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 Date: Wed, 06 Dec 2017 10:15:38 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1512584138; bh=vFIZlPNWnQcJTMqFLwLG7nmQMtHC61r3m8fFdDHk0dc=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mBRKgv2u7YxXqOQtZr4mehVlsZxFrpdvVzzE9wQ+TSv+Db0VBpdPD37eY2QrMZdfv gK3vn/1ChuKEYTiHk0JU3b1qc1a0FRAeXVY5ul+f1WzAmFw03TSO/svpDDFhkEyZjX oDkfhLHE+n7w8cDSWwEoP+DVzjYXHUCgRmEK3TYI= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Can dictionary keys repeat? (#281) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2833cadd50c_2fe3fc816b08f384589d"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Dec 2017 18:15:41 -0000 ----==_mimepart_5a2833cadd50c_2fe3fc816b08f384589d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit As @jyasskin is encountering, there needs to be something better here. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/281#issuecomment-349727817 ----==_mimepart_5a2833cadd50c_2fe3fc816b08f384589d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

As @jyasskin is encountering, there needs to be something better here.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2833cadd50c_2fe3fc816b08f384589d-- From nobody Wed Dec 6 10:15:49 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -3.182 X-Spam-Level: X-Spam-Status: No, score=-3.182 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_MSPIKE_H2=-2.8, 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 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=AzAs4skAqEJd7Ba7cKTjsGoXR6k=; b=u6vZDJ4LojDUJKhq eHvWX0oL4GzO1JdVTXj6t9CpywutI1EzQt6v1YA4UTjxAKaUi+3b3DzhpKSxF7MC +bi5ZV/WVax5flft2HMVv+MmVWDaXfJxmSTw4CGQKFOYiJi8u1POv+rZlBgFpE10 jO3O6paRpzHuWyN0cUrGhhI6T5E= Date: Wed, 06 Dec 2017 18:15:39 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Can dictionary keys repeat? (#281) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2833cb53d08_708e3f9c84be2f3470864"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Dec 2017 18:15:42 -0000 ----==_mimepart_5a2833cb53d08_708e3f9c84be2f3470864 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reopened #281. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/281#event-1375360032 ----==_mimepart_5a2833cb53d08_708e3f9c84be2f3470864 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Reopened #281.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2833cb53d08_708e3f9c84be2f3470864-- From nobody Wed Dec 6 11:12:39 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -7 X-Spam-Level: X-Spam-Status: No, score=-7 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, 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 Date: Wed, 06 Dec 2017 11:12:35 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1512587555; bh=eWJ/sNYhHtoadCCH/LgoYRQX0u030D5UpYtLRT1CLIM=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GuovV/OgQniikOVMRX+bbZ6tJe7ihZAb7MLMRGOiPt8qHxB2SgOJfC0Jnzht6tvm6 +Trf6S07W51kclvSVdEuQvvqe/vtn18NXHdUTpdCfXr3nahawzj8iuWd0H3B0LHJ0G +fLSf1yAN2pf9OVOIxDjUHOwaUzDDu/rrkSvFLE4= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Can dictionary keys repeat? (#281) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a28412325f47_61f83fd7acf6af2c76595"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Dec 2017 19:12:38 -0000 ----==_mimepart_5a28412325f47_61f83fd7acf6af2c76595 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Specifically, I believe this issue is a request to have some way to represent a dictionary member whose value is an ordered list? My use is in https://tools.ietf.org/id/draft-yasskin-http-origin-signed-responses-01.html#signature-header, where `certUrl` and `validityUrl` maybe should be lists of strings, and maybe the order should be significant to express a series of fallback URLs. [Quic](https://quicwg.github.io/base-drafts/draft-ietf-quic-http.html#alt-svc-version-hint) specifies its order to be significant. I do appreciate the default provided by "SHALL be unique" that dictionary members aren't lists unless we explicitly write that they are, since it helps my algorithms fail closed when someone sends an unexpected extra value. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/281#issuecomment-349743568 ----==_mimepart_5a28412325f47_61f83fd7acf6af2c76595 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Specifically, I believe this issue is a request to have some way to re= present a dictionary member whose value is an ordered list? My use is in = https://tools.ietf.org/= id/draft-yasskin-http-origin-signed-responses-01.html#signature-header, where certUrl and validityUrl maybe should b= e lists of strings, and maybe the order should be significant to express = a series of fallback URLs.

Quic specifies its order t= o be significant.

I do appreciate the default provided by "SHALL be unique" that diction= ary members aren't lists unless we explicitly write that they are, since = it helps my algorithms fail closed when someone sends an unexpected extra= value.

&m= dash;
You are receiving this because you are subscribed to this thre= ad.
Reply to this email directly, view it on GitHub, or mute the thread.

=
= ----==_mimepart_5a28412325f47_61f83fd7acf6af2c76595-- From nobody Thu Dec 7 06:04:09 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.401 X-Spam-Level: X-Spam-Status: No, score=-0.401 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_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=DTQFfgqtZBD/9MfB6M3qYGexN/8=; b=cm73MANxHQUYO25A sXQhFLsip0aLT2QaMuKGSh8i6f7PH90/vKaIzU96GgzDWxi8q4tkj8nrGsmD72wF 1YwSm906Ww8SZGuTs3wRmoExKI/e+byj5eh0pFswIJqRnfIllD7FHFQI8jK/5WNf jOTTbHM+/4q2Tf3Ml0INhO4CD4E= Date: Thu, 07 Dec 2017 14:04:01 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] secondary certs: references in abstract (#445) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a294a5133dfb_709d3f9595e28f282454f5"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2017 14:04:08 -0000 ----==_mimepart_5a294a5133dfb_709d3f9595e28f282454f5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit ...are not supposed to be there: https://tools.ietf.org/idnits?url=https://tools.ietf.org/id/draft-ietf-httpbis-http2-secondary-certs-00.txt -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/445 ----==_mimepart_5a294a5133dfb_709d3f9595e28f282454f5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

...are not supposed to be there:

https://tools.ietf.org/idnits?url=https://tools.ietf.org/id/draft-ietf-httpbis-http2-secondary-certs-00.txt


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a294a5133dfb_709d3f9595e28f282454f5-- From nobody Thu Dec 7 12:24:10 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -2.018 X-Spam-Level: X-Spam-Status: No, score=-2.018 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_32=0.001, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, 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 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=/pAgn+MHfXGAc6QLOHHZrnzp9BI=; b=px1Xz9JRQ0xIxo/L 3gpxo1VM+oTAn72Dx2By2I0zsE8vbQ/vurSm1wHkFCIW3NYDE99+2VMLyaxJF3xU z9c9nmlX7V4UhFjPJ55tWpeJQ/++eqYoMgE+sKdhRZtNO5i1pdHT3EK/yUmY0re9 vcaJP/Dy5VMug2k8ijgCt13g7TY= Date: Thu, 07 Dec 2017 20:24:05 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Accept-CH-Lifetime privacy concerns (#372) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a29a3657e5e6_3e693f9745b0ef34115462"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2017 20:24:09 -0000 ----==_mimepart_5a29a3657e5e6_3e693f9745b0ef34115462 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit How important it is to expose client hints to third party domains? It seems that even now (without Accept-CH header) first party can provide client hints to the third party domains as URL parameters. In that case, I wonder if it is worth the effort to tie Accept-CH for third-party with Feature Policy, or we should just: (i) Restrict Accept-CH to only first part domains; and, (ii) Let first party use URL parameters to pass on the client hints to third parties. The goal of Accept-CH was to provide client hints to the first parties in the very first HTTP request itself. Restricting third party access by default does not affect that goal, so I am in support of it. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/372#issuecomment-350083775 ----==_mimepart_5a29a3657e5e6_3e693f9745b0ef34115462 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

How important it is to expose client hints to third party domains? It se= ems that even now (without Accept-CH header) first party can provide client= hints to the third party domains as URL parameters. In that case, I wonder= if it is worth the effort to tie Accept-CH for third-party with Feature Po= licy, or we should just: (i) Restrict Accept-CH to only first part domains;= and, (ii) Let first party use URL parameters to pass on the client hints t= o third parties.

The goal of Accept-CH was to provide client hints to the first parties i= n the very first HTTP request itself. Restricting third party access by def= ault does not affect that goal, so I am in support of it.

&mda= sh;
You are receiving this because you are subscribed to this thread.<= br />Reply to this email directly, view it on GitHub, or <= a href=3D"https://github.com/notifications/unsubscribe-auth/AORpyCmp6k1ryVH= C1Wma7o4i6QTKxqs6ks5s-EllgaJpZM4Oc7TI">mute the thread.3D""

= ----==_mimepart_5a29a3657e5e6_3e693f9745b0ef34115462-- From nobody Thu Dec 7 16:51:28 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.382 X-Spam-Level: X-Spam-Status: No, score=-5.382 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, 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 Date: Thu, 07 Dec 2017 16:51:24 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1512694284; bh=Bf/5Ag59P3UcpRq3yW3A5Lwk0NBeZe7dw+mYzhViNXM=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Hz2UVPH2FJGDlseRpwA3/FjOzWdMuZkAEi2vvxvt/MTg36ck+WT70etHBiGpTkDv0 Ut++H8fiGVdF0yGhyjIlapGcCVvKjAsEvZ3gbVWzkDQ0WAV50laLb0hLPcPEA0wgZ5 WTDtKxziR8s/nsk6ilMx5dJpHyGJC+EFbPNJBbnM= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Clarify what to do with out-of-order early data (#442) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a29e20c228e6_13633ff46a8acf34164028"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Dec 2017 00:51:26 -0000 ----==_mimepart_5a29e20c228e6_13633ff46a8acf34164028 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Closed #442. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/442#event-1378031659 ----==_mimepart_5a29e20c228e6_13633ff46a8acf34164028 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Closed #442.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a29e20c228e6_13633ff46a8acf34164028-- From nobody Thu Dec 7 16:51:46 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -3.254 X-Spam-Level: X-Spam-Status: No, score=-3.254 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H2=-2.8, 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 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=C2YR+BoP8Hbds59/vJ4rdxIFBe0=; b=NubCkmFVVNCcHFWw MEQk22AY7qyZr2MCQLOE1tpKpucgWN4pFkz2dY0qm9NstsccPAB5yQfhlzesG4dv eBMzTfxpowpaZQhamUaI3qNRwcJoYuLu4GTxPlSNxwPP/BHV0WVXKc4+zetGGZOS U9SrCD9G8s/LrgxrUiDZFeVVASc= Date: Fri, 08 Dec 2017 00:51:42 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Clarify what to do with out-of-order early data (#442) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a29e21d7ad02_2b883fe923e94f34114948"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Dec 2017 00:51:45 -0000 ----==_mimepart_5a29e21d7ad02_2b883fe923e94f34114948 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I've a new fix, based on discussion with davidben. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/442#issuecomment-350139970 ----==_mimepart_5a29e21d7ad02_2b883fe923e94f34114948 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

I've a new fix, based on discussion with davidben.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a29e21d7ad02_2b883fe923e94f34114948-- From nobody Thu Dec 7 16:55:00 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -6.499 X-Spam-Level: X-Spam-Status: No, score=-6.499 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_32=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, RCVD_IN_SORBS_SPAM=0.5, 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 Date: Thu, 07 Dec 2017 16:54:56 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1512694496; bh=GYSltmgh4h9n72K8JD0jPmhXuHCuYChEkI7761EAw20=; h=From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=c8HND3hCvghzcvWKqLshDyD4uMHvSfiy0MAd6uW0v4CD0T7YXQF4gmIpXoBk5vPWC a+GrmlKKRc1UsnVa8lwv/00UFRrWuWgBBwwLr4xQI1OioZd1I8OT0TlmSTwnNS33+g kt93Me8iKw5xiL7PSI65/MOoZbZQ9Dwf0+CZf+oA= To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] Consistency fix (#446) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a29e2e09b5bb_2b953fe923e94f34137980"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Dec 2017 00:54:59 -0000 ----==_mimepart_5a29e2e09b5bb_2b953fe923e94f34137980 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Thanks @davidben and @vasilvv for pushing on this. You can view, comment on, or merge this pull request online at: https://github.com/httpwg/http-extensions/pull/446 -- Commit Summary -- * As it so happens, late arrival isn't a problem * Consistency on mitigation technique isn't necessary * Ack for davidben -- File Changes -- M draft-ietf-httpbis-replay.md (23) -- Patch Links -- https://github.com/httpwg/http-extensions/pull/446.patch https://github.com/httpwg/http-extensions/pull/446.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/446 ----==_mimepart_5a29e2e09b5bb_2b953fe923e94f34137980 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Thanks @davidben and @vasilvv for pushing on this.


You can view, comment on, or merge this pull request online at:

  https://github.com/httpwg/http-extensions/pull/446

Commit Summary

  • As it so happens, late arrival isn't a problem
  • Consistency on mitigation technique isn't necessary
  • Ack for davidben

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a29e2e09b5bb_2b953fe923e94f34137980-- From nobody Thu Dec 7 20:29:34 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.382 X-Spam-Level: X-Spam-Status: No, score=-5.382 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, 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 Date: Thu, 07 Dec 2017 20:29:30 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1512707370; bh=Br+aabMTpJ4aElInMiwWjr7YOSrz/NQVcdmCdJG803g=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ASkazHjjD6gSzyYOM0i5zZlpCfKPOdC6DtIUc60SJgmY9Nor+vjiWIKDx6+HbhET5 BhVi9JDfpcsZPhgqss+81drUEbR0CdVNA5qMNT+pD2bPC6xryjmdXqBeRIXoM2bb3d 2Wf9s51RQzGGGA8fYtyfdvUoymncLM5MCCX4FFnk= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Consistency fix (#446) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2a152ad1e9a_13693ff46a8acf34116179"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Dec 2017 04:29:33 -0000 ----==_mimepart_5a2a152ad1e9a_13693ff46a8acf34116179 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I think this is good and can even emphasize how to consistently disable 0-RTT across a cluster for any reason then consistently re-enable it. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/446#issuecomment-350169339 ----==_mimepart_5a2a152ad1e9a_13693ff46a8acf34116179 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

I think this is good and can even emphasize how to consistently disable 0-RTT across a cluster for any reason then consistently re-enable it.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2a152ad1e9a_13693ff46a8acf34116179-- From nobody Fri Dec 8 11:34:00 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -4.8 X-Spam-Level: X-Spam-Status: No, score=-4.8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H2=-2.8, 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 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=PXSEHJPdoOgbzHA0KQKFtBEgUv4=; b=pCIdTLXfEu7vB0Ym UfC3rpVLzE+dQxGaP6LzMPidgNjkEcwDoGP7IeiAHSLjzauh1r9e7xt3vSTQ8TZc YCirLooO15Sm305olCFnX6NrlRRy5pZQter5WRkDLtDHBneTTor8pC67fPtMrjhs 6bEu1a7C6mEpJU85u9eqXNgwqhQ= Date: Fri, 08 Dec 2017 19:33:54 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Accept-CH-Lifetime privacy concerns (#372) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2ae922c1e8_6a313fe35bf26f3820101d"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Dec 2017 19:33:58 -0000 ----==_mimepart_5a2ae922c1e8_6a313fe35bf26f3820101d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit > How important it is to expose client hints to third party domains? It seems that even now (without Accept-CH header) first party can provide client hints to the third party domains as URL parameters. In that case, I wonder if it is worth the effort to tie Accept-CH for third-party with Feature Policy, or we should just: (i) Restrict Accept-CH to only first part domains; and, (ii) Let first party use URL parameters to pass on the client hints to third parties. That's precisely the problem we're trying to solve, you shouldn't have to jump through these hoops as it doesn't play well with caching, and doesn't work for dynamic preferences (e.g. save-data, memory, etc) where the URLs would have to be dynamically generated for each request and enumerate all the hints. This _is_ what some sites already do today, but it's gnarly and complicated solution that doesn't play well with edge delivery / hinders automation of this space. > My main outstanding worry is indeed the "hint delegation" issue you mentioned above: specifically, the fact that opting an origin into receiving hints still results in sending hints on subresources by default if the 3p also opts in, potentially giving it information about the referring page that it wouldn't currently receive. Similarly, such 3p origins hosting subresources used by an Accept-CH-enabled origin would start getting hints which disclose a few bits of information about the user and could be used for opportunistic linking across 1p visits to different Accept-CH-enabled origins. Can you elaborate on a particular use case or example that you're worried about here? I hear your concern, but I'm not convinced that the real risk is any more significant than what is already exposed by most sites to 3P's through active content (or CSS even). > What do you think about flipping this around and only sending hints on 3p subresource requests if the origin is explicitly whitelisted via Feature Policy? On a tactical (spec language) level, FP is a UA-specific concept and I don't think we can couple it here with CH; FP does not apply to non-UA clients. On the other hand, a UA may choose to define a "default off" FP policy for CH for 3P origins and that's totally fine: that's an implementation decision of the UA, and different UAs may even chose different policies for different hints, instead of applying a blanket policy for all CH hints - e.g. Chrome communicates Save-Data hint to all origins today if data saver feature is enabled. As such, I think we can add some language in CH to explain and allow for above implementation options, but I don't think we can dictate a default FP policy in this spec. Spec language bits aside, and with respect to UA implementation: I think we should have a more detailed conversation, on a hint-by-hint basis, to determine default on/off policies, and I'd suggest that we move that discussion to FP forum. Does that sound reasonable to you guys? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/372#issuecomment-350352022 ----==_mimepart_5a2ae922c1e8_6a313fe35bf26f3820101d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

How important it is to expose client hints to third party domains? It se= ems that even now (without Accept-CH header) first party can provide client= hints to the third party domains as URL parameters. In that case, I wonder= if it is worth the effort to tie Accept-CH for third-party with Feature Po= licy, or we should just: (i) Restrict Accept-CH to only first part domains;= and, (ii) Let first party use URL parameters to pass on the client hints t= o third parties.

That's precisely the problem we're trying to solve, you shouldn't have t= o jump through these hoops as it doesn't play well with caching, and doesn'= t work for dynamic preferences (e.g. save-data, memory, etc) where the URLs= would have to be dynamically generated for each request and enumerate all = the hints. This is what some sites already do today, but it's gnar= ly and complicated solution that doesn't play well with edge delivery / hin= ders automation of this space.

My main outstanding worry is indeed the "hint delegation" issue you ment= ioned above: specifically, the fact that opting an origin into receiving hi= nts still results in sending hints on subresources by default if the 3p als= o opts in, potentially giving it information about the referring page that = it wouldn't currently receive. Similarly, such 3p origins hosting subresour= ces used by an Accept-CH-enabled origin would start getting hints which dis= close a few bits of information about the user and could be used for opport= unistic linking across 1p visits to different Accept-CH-enabled origins.

Can you elaborate on a particular use case or example that you're worrie= d about here? I hear your concern, but I'm not convinced that the real risk= is any more significant than what is already exposed by most sites to 3P's= through active content (or CSS even).

What do you think about flipping this around and only sending hints on 3= p subresource requests if the origin is explicitly whitelisted via Feature = Policy?

On a tactical (spec language) level, FP is a UA-specific concept and I d= on't think we can couple it here with CH; FP does not apply to non-UA clien= ts. On the other hand, a UA may choose to define a "default off" FP policy = for CH for 3P origins and that's totally fine: that's an implementation dec= ision of the UA, and different UAs may even chose different policies for di= fferent hints, instead of applying a blanket policy for all CH hints - e.g.= Chrome communicates Save-Data hint to all origins today if data saver feat= ure is enabled.

As such, I think we can add some language in CH to explain and allow for= above implementation options, but I don't think we can dictate a default F= P policy in this spec.

Spec language bits aside, and with respect to UA implementation: I think= we should have a more detailed conversation, on a hint-by-hint basis, to d= etermine default on/off policies, and I'd suggest that we move that discuss= ion to FP forum.

Does that sound reasonable to you guys?

&mda= sh;
You are receiving this because you are subscribed to this thread.<= br />Reply to this email directly, view it on GitHub, or <= a href=3D"https://github.com/notifications/unsubscribe-auth/AORpyCzVfGRpMwl= hTnt25rfxwS7IFMoAks5s-Y8igaJpZM4Oc7TI">mute the thread.3D""

= ----==_mimepart_5a2ae922c1e8_6a313fe35bf26f3820101d-- From nobody Fri Dec 8 16:14:28 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.595 X-Spam-Level: X-Spam-Status: No, score=-5.595 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_28=1.404, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, 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 Date: Fri, 08 Dec 2017 16:14:25 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1512778465; bh=/JUCf4ax3M4Kmw2/3LrBva0lNYNyeCIBm+PjrLJyYKM=; h=From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=rRAiaZqMLRRkaWgpSmRjzhZYSnqQRuAjBmPoxz+/45RsQFrCLsk2WUyQoyaZAmzMy /jTL2FtB0Bdiy48JJkM1Kd+O5noaKuZ7Iyoo7o9X/VGDkzsd3M9zJxZZGmz7zIH2Hi ftaLTXw8E+V72eVqWPhsutnSSy2GukLqdbYtFQUQ= To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] Clean up idnits in Secondary Certs (#447) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2b2ae12039a_9803fee98728f282214be"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2017 00:14:28 -0000 ----==_mimepart_5a2b2ae12039a_9803fee98728f282214be Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You can view, comment on, or merge this pull request online at: https://github.com/httpwg/http-extensions/pull/447 -- Commit Summary -- * Clean up idnits in Secondary Certs -- File Changes -- M draft-ietf-httpbis-http2-secondary-certs.md (51) -- Patch Links -- https://github.com/httpwg/http-extensions/pull/447.patch https://github.com/httpwg/http-extensions/pull/447.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/447 ----==_mimepart_5a2b2ae12039a_9803fee98728f282214be Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You can view, comment on, or merge this pull request online at:

  https://github.com/httpwg/http-extensions/pull/447

Commit Summary

  • Clean up idnits in Secondary Certs

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2b2ae12039a_9803fee98728f282214be-- From nobody Fri Dec 8 16:51:56 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -6.999 X-Spam-Level: X-Spam-Status: No, score=-6.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, 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 Date: Fri, 08 Dec 2017 16:51:51 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1512780711; bh=eQh2iVk4msTkeBlH7MgSWmf/NmnJgjIbzyZdsoeEmcY=; h=From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=iZ0aGQP/fmJv1F8tWkKw1320TjwajQSMuzs/DkLTJbxNPBD7ALYZ/gkavxu5QOo99 2EAEtka73GAaKCt2T/L7cjOZg5QD10U5vM3Eq6q1ZHq5OjzsQBiQQVkGbI79uf8fJO O38NT0C6Y4WKrJ26wbazuURc+d5Z+nn9IaVEchWc= To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2b33a7406f7_9803fee98728f283524d4"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2017 00:51:54 -0000 ----==_mimepart_5a2b33a7406f7_9803fee98728f283524d4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit All the drafts appear to build cleanly on Circle in less than half the time currently required on Travis with the current setup. **Benefits:** - Doesn't require the installation of Java to build - Auto-submit - Under active development - Doesn't require manual modification of the Makefile every time we add a new draft **Drawbacks:** - New template doesn't use Julian's XSLT on Circle until Martin fixes https://github.com/martinthomson/i-d-template/issues/117 You can view, comment on, or merge this pull request online at: https://github.com/httpwg/http-extensions/pull/448 -- Commit Summary -- * .gitignore changes, remove old lib * Setup repository for draft-ietf-httpbis-cache-digest using https://github.com/martinthomson/i-d-template * Draft fixups for proper build * Remove issues.json in favor of gh-issues * Further Client Hints fixes -- File Changes -- A .circleci/config.yml (67) M .gitignore (21) M .travis.yml (32) M Makefile (145) M draft-ietf-httpbis-cache-digest.md (21) M draft-ietf-httpbis-client-hints.md (3) M draft-ietf-httpbis-early-hints.md (2) M draft-ietf-httpbis-origin-frame.md (3) D issues.json (23848) D lib/addstyle.sed (6) D lib/clean-for-DTD.xslt (1564) D lib/cssmap.xml (15) D lib/draft-ietf-httpbis-http2-16.xml (5422) D lib/fetch-issues.py (40) D lib/myxml2rfc.xslt (9) D lib/parse_link.py (88) D lib/rfc2629-other.ent (61) D lib/rfc2629-xhtml.ent (165) D lib/rfc2629.dtd (312) D lib/rfc2629.xslt (10645) D lib/rfcbootstrap.xslt (292) D lib/saxon9.jar (0) D lib/style.css (78) -- Patch Links -- https://github.com/httpwg/http-extensions/pull/448.patch https://github.com/httpwg/http-extensions/pull/448.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448 ----==_mimepart_5a2b33a7406f7_9803fee98728f283524d4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

All the drafts appear to build cleanly on Circle in less than half the time currently required on Travis with the current setup.

Benefits:

  • Doesn't require the installation of Java to build
  • Auto-submit
  • Under active development
  • Doesn't require manual modification of the Makefile every time we add a new draft

Drawbacks:


You can view, comment on, or merge this pull request online at:

  https://github.com/httpwg/http-extensions/pull/448

Commit Summary

  • .gitignore changes, remove old lib
  • Setup repository for draft-ietf-httpbis-cache-digest using https://github.com/martinthomson/i-d-template
  • Draft fixups for proper build
  • Remove issues.json in favor of gh-issues
  • Further Client Hints fixes

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2b33a7406f7_9803fee98728f283524d4-- From nobody Fri Dec 8 20:44:53 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -3.253 X-Spam-Level: X-Spam-Status: No, score=-3.253 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H2=-2.8, 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 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=jHJ1687WATV+dIHfR2DfKIwG/Hc=; b=oV9GG3xL/fMmFYH8 9xfwo4XnLsDtkH+vdq6PrTyCa6fo+ky6XKEX4qoFCWSfla/lNtXAFrnne45MPvBF oOvnyObc6Vwg5ZpSPYJHrnPkn2HlnMmJN0iUTNL01okoR6m2Ibz+DiA5I3XVxbaB Fh2u3uj206vrjBf0HjNwAzePU5Q= Date: Sat, 09 Dec 2017 04:44:49 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Clean up idnits in Secondary Certs (#447) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2b6a40c216c_3d43fa871fccf34895415"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2017 04:44:52 -0000 ----==_mimepart_5a2b6a40c216c_3d43fa871fccf34895415 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Looks good to me. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/447#issuecomment-350423674 ----==_mimepart_5a2b6a40c216c_3d43fa871fccf34895415 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Looks good to me.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2b6a40c216c_3d43fa871fccf34895415-- From nobody Fri Dec 8 20:48:24 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.401 X-Spam-Level: X-Spam-Status: No, score=-0.401 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_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=dwyjS83UoN8YUx9MXN0KfxCjnl8=; b=ckc6THs0LLxw10tP 4pJ1MNfqW3FPG/xCbF7wIqiB0FWfJUycPlZkXAakVqdOAp7FJzKBTMCIEr/s9xDV dOikctZ2+r/tzfCQxet06Dj6eHKO0RFiQ3j28FzGAY15wsQDNts1AIkOCOhO+Nj+ USWEFscjve+KkPqwVD8PlBO1Uds= Date: Sat, 09 Dec 2017 04:48:19 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2b6b1381360_50db3fbfc51bcf2893864d"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2017 04:48:22 -0000 ----==_mimepart_5a2b6b1381360_50db3fbfc51bcf2893864d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I find xm2rfc's current HTML output disgusting, and as far as I can tell, it doesn't integrate properly into the page HTML (@mnot). If the concern is running Java, then let's just switch to xsltproc. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350423813 ----==_mimepart_5a2b6b1381360_50db3fbfc51bcf2893864d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

I find xm2rfc's current HTML output disgusting, and as far as I can tell= , it doesn't integrate properly into the page HTML (@mnot).

If the concern is running Java, then let's just switch to xsltproc.

&mda= sh;
You are receiving this because you are subscribed to this thread.<= br />Reply to this email directly, view it on GitHub, or mute the thread.3D""

= ----==_mimepart_5a2b6b1381360_50db3fbfc51bcf2893864d-- From nobody Fri Dec 8 23:49:18 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -4.799 X-Spam-Level: X-Spam-Status: No, score=-4.799 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H2=-2.8, 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 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=mC9hK06D9PoIfElYHu+RvpfcT/A=; b=QNzMans7dhbM7OPa okf3RWiJAUNScI/h3x0mTV2suBtnjrsWatoO6ZfLF4CQhj2ee7FRG+NNyAIP0pWa 1P4UR56Omiyih8Lethk6T/z3br4oONAimhf97Gm9h+sCsNb2O2SU+BUuUL90EjWj TXcawNrpPUsFDRK6uU6G6kLqMOY= Date: Sat, 09 Dec 2017 07:49:14 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2b957aeca_a7e3fee98728f281265153"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2017 07:49:17 -0000 ----==_mimepart_5a2b957aeca_a7e3fee98728f281265153 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You can find the current output [here](http://mikebishop.github.io/http-extensions/new-template/); I have trouble seeing this as "disgusting." They're almost exactly equivalent, from a cursory glance -- slightly different font, maybe? And better styling on the TOC in the new template, but that's a matter of aesthetics. Can you expand on "doesn't integrate properly into the page HTML"? Java is certainly a pain every time I have to spin up a new machine, but much bigger is maintainability. See the [equivalent page in the current repo](http://httpwg.github.io/http-extensions/), in which only two drafts are actually shown, and they're not even two that are currently active in the repo. The Makefile has to be manually updated for each new draft, rather than simply detecting the drafts as they're added, and even then clearly only builds them rather than adding them to the index. The current version never cleans up old drafts in gh-pages, doesn't build output for branches other than master, doesn't enable you to submit draft versions by tagging and pushing, and so on and so forth. Sure, you/someone could build all those things into the current version, but... why? Martin's already done it; let's just steal his code and be done. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350430890 ----==_mimepart_5a2b957aeca_a7e3fee98728f281265153 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

You can find the current output here; I have trouble see= ing this as "disgusting." They're almost exactly equivalent, from a cursory= glance -- slightly different font, maybe? And better styling on the TOC i= n the new template, but that's a matter of aesthetics. Can you expand on "= doesn't integrate properly into the page HTML"?

Java is certainly a pain every time I have to spin up a new machine, but= much bigger is maintainability. See the equivalent page in the current repo, in which only two drafts are actually shown, and they're not even two th= at are currently active in the repo. The Makefile has to be manually updat= ed for each new draft, rather than simply detecting the drafts as they're a= dded, and even then clearly only builds them rather than adding them to the= index.

The current version never cleans up old drafts in gh-pages, doesn't buil= d output for branches other than master, doesn't enable you to submit draft= versions by tagging and pushing, and so on and so forth.

Sure, you/someone could build all those things into the current version,= but... why? Martin's already done it; let's just steal his code and be do= ne.

&mda= sh;
You are receiving this because you are subscribed to this thread.<= br />Reply to this email directly,
view it on GitHub, or mute the thread.3D""

= ----==_mimepart_5a2b957aeca_a7e3fee98728f281265153-- From nobody Fri Dec 8 23:54:56 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.401 X-Spam-Level: X-Spam-Status: No, score=-0.401 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_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=xi3pw/QovYtvRmkdgdM8d3HLMuw=; b=Ux3lz5/wvwF9+Fc3 Dh/EeldMQFCEvZjHyZdhschf8BY8i3wHZ2AoahZmYmj5wy3kn3ytqOVORqvkhsrL MrD8zEJYZY+310tLuzrXght/q9j3f4d4sMiLRDFuEkYd/uoxVW0DQRyRuuoT1Guc 3X/sbbOGxIAw/RD7WQ5wigxMtSk= Date: Sat, 09 Dec 2017 07:54:52 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] secondary certs: references in abstract (#445) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2b96cc480d_4153fa871fccf3412264cf"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2017 07:54:54 -0000 ----==_mimepart_5a2b96cc480d_4153fa871fccf3412264cf Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Closed #445 via #447. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/445#event-1379937163 ----==_mimepart_5a2b96cc480d_4153fa871fccf3412264cf Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Closed #445 via #447.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2b96cc480d_4153fa871fccf3412264cf-- From nobody Fri Dec 8 23:54:59 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.401 X-Spam-Level: X-Spam-Status: No, score=-0.401 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_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=fRK2req3es/WUSBECRR4fUBiiR0=; b=pTUFNVla/kx2lDXQ ToMvwDWIJZKx9dj5ExIUQoSQdNyPaI4AVSWQLL0RUpX2Hrxx0OmRnNwOZj1PT1dz vERC9bdmsJYLADBIRvipq5+tmnU7n8EN2WmNhfNqxLGmsqvTzwB4X6I5dN8hfkvV 3g6Atomqx0h4SrUmo4ZqjWz20HA= Date: Sat, 09 Dec 2017 07:54:53 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Clean up idnits in Secondary Certs (#447) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2b96cc8b83f_7d953fd601d58f3850783c"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2017 07:54:55 -0000 ----==_mimepart_5a2b96cc8b83f_7d953fd601d58f3850783c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Merged #447. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/447#event-1379937160 ----==_mimepart_5a2b96cc8b83f_7d953fd601d58f3850783c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Merged #447.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2b96cc8b83f_7d953fd601d58f3850783c-- From nobody Sat Dec 9 01:22:50 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.595 X-Spam-Level: X-Spam-Status: No, score=-5.595 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_28=1.404, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, 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 Date: Sat, 09 Dec 2017 01:22:45 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1512811366; bh=Hn47IJuUdLrdZNWu8MDMxl3eV7vwconcOOjoTUiMM3g=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TLqbpXf/Z7HaPeK5uyG13KlN6tILC7m/RBngowpzvgZvFbO85USkGKSR2YAggZzw3 Xfv7JuhX3S1CWJFpiF4pc2sHGoc8Dp764q9Tlk4yb44u/7QdlF+vWtTZJnGbpI4FPP g9FN07wSX15A0YZuLCUBVfwG5xtfaiR6i8j8k924= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2bab65f14b1_118b3fa82d84ef30629536"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2017 09:22:48 -0000 ----==_mimepart_5a2bab65f14b1_118b3fa82d84ef30629536 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I was referring to the default output that we used to have in the repo recently for the live-ranges extension. With "doesn't integrate properly into the page HTML" I was referring to "doesn't integrate properly into the page HTML" I meant http://httpwg.org/specs/ which I thought was including drafts as well. I have no objects to changing the build process so that more of it is automated; but that should not affect which actual tools are used. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350436499 ----==_mimepart_5a2bab65f14b1_118b3fa82d84ef30629536 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

I was referring to the default output that we used to have in the repo= recently for the live-ranges extension.

With "doesn't integrate properly into the page HTML" I was referring t= o "doesn't integrate properly into the page HTML" I meant http://httpwg.org/specs/ which= I thought was including drafts as well.

I have no objects to changing the build process so that more of it is = automated; but that should not affect which actual tools are used.

&m= dash;
You are receiving this because you are subscribed to this thre= ad.
Reply to this email directly, view it on GitHub= , or mute the thread.

= ----==_mimepart_5a2bab65f14b1_118b3fa82d84ef30629536-- From nobody Sat Dec 9 03:13:09 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.381 X-Spam-Level: X-Spam-Status: No, score=-5.381 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, 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 Date: Sat, 09 Dec 2017 03:13:06 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1512817986; bh=z6V8lJpgy0CYA7uNymMeO6vhLPNYMwj9+ndLW0EIBus=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sW83fUrj1DYZYGvqBAeeWOzhotac3ipVMvdYdeQ0jcBe6ZyngclEKGh6bzq23+R5Y EdLAHVcilrCG6MVRoTRBPM/03wfaoW0rnzyVJY+HSB2Rm9LxSUERH4Y7bZXxhN9ll6 lp3hXNBhJ/5nveYlvTLr/BQZufEPgouQy0+GNtFA= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2bc5425619c_9ac3fee98728f282013923"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2017 11:13:08 -0000 ----==_mimepart_5a2bc5425619c_9ac3fee98728f282013923 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FWIW, some measurements for converting XML to HTML (for secondary certs): - rfc2629.xslt on Saxon: 3.4s - xml2rfc: 1.7s - rfc2629.xslt on xsltproc: 0.3s So if the primary concern was performance, xsltproc seems to be a clear winner. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350449958 ----==_mimepart_5a2bc5425619c_9ac3fee98728f282013923 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

FWIW, some measurements for converting XML to HTML (for secondary cert= s):

  • rfc2629.xslt on Saxon: 3.4s
  • xml2rfc: 1.7s
  • rfc2629.xslt on xsltproc: 0.3s

So if the primary concern was performance, xsltproc seems to be a clea= r winner.

&m= dash;
You are receiving this because you are subscribed to this thre= ad.
Reply to this email directly, view it on GitHub= , or mute the thread.

= ----==_mimepart_5a2bc5425619c_9ac3fee98728f282013923-- From nobody Sun Dec 10 13:20:22 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.616 X-Spam-Level: X-Spam-Status: No, score=-0.616 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_28=1.404, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=GAWFbCi9S/gXqqcbIfP6y4c6cMw=; b=InHh6+z8qRb1unUf oUaJuOoZOdfioaf113PMcU+g2P6r3fLua/7KgDZZGXAWzl46phRW+YaAS7zHcpXl iqUlnJYIljWPe4gKBDJI7FQtCskIvgytQ0NWAe6Hp0DANU/adftUXF4yQC1Niqme hn5/d51DYM7vaequdnYcq3aqrhM= Date: Sun, 10 Dec 2017 21:20:17 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2da510ddce8_1f213fba41810f3416136c"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 21:20:20 -0000 ----==_mimepart_5a2da510ddce8_1f213fba41810f3416136c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit @reschke, last time I ran an end-to-end test, the XSLT variants lost big time because of the dependencies. That should go away with the docker image though. BTW, i-d-template#117 should be fixed and xsltproc available. Have you checked Mike? It should be easy to see any speed difference, though you have to be careful with some of the caching rules (retriggers FTW). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350582423 ----==_mimepart_5a2da510ddce8_1f213fba41810f3416136c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

@reschke, last time I ran an end-to-end test, the XSLT variants lost big time bec= ause of the dependencies. That should go away with the docker image though= .

BTW, i-d-template#117 should be fixed and xsltproc available. Have you = checked Mike? It should be easy to see any speed difference, though you ha= ve to be careful with some of the caching rules (retriggers FTW).

&mda= sh;
You are receiving this because you are subscribed to this thread.<= br />Reply to this email directly,
view it on GitHub, or mute the thread.3D""

= ----==_mimepart_5a2da510ddce8_1f213fba41810f3416136c-- From nobody Mon Dec 11 09:53:37 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -2.02 X-Spam-Level: X-Spam-Status: No, score=-2.02 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, 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 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=9tTfpznbNLq2kz8Kd+ilfA6QzXM=; b=TMvPT48wKDlzStjq i2bs4QYKxqhM9dVD60K5qH6YAbjwgPWM+MEZNgYK3bHABHySaHlJixm4BKHJOH/G XTCdwEB/YfGLDx6y+CNcrH3ennxLdOY7hP1hxUIub+Oi28K/gwRASvYBrUkHk/bi +JLT/Jqojz7xgRS2gtk/CSzrJAA= Date: Mon, 11 Dec 2017 17:53:32 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Accept-CH-Lifetime privacy concerns (#372) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2ec61c87122_52f3fdede55af303802b8"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 17:53:36 -0000 ----==_mimepart_5a2ec61c87122_52f3fdede55af303802b8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit > Can you elaborate on a particular use case or example that you're worried about here? I hear your concern, but I'm not convinced that the real risk is any more significant than what is already exposed by most sites to 3P's through active content (or CSS even). I'd set aside the case of fully active content and focus on 3p resources that do not allow the hosting party to get information that would be exposed in hints (i.e. loading content such as images, fonts, audio/video, or even JS/CSS pinned to a specific version via Subresource Integrity). If a website loads such resources -- which is very common -- and it enables hints, *and* the 3p separately also enables hints, it has two consequences: - The user will start sending hint information to the third party, which may allow the 3p to correlate requests from that user across different 1p sites which use hints, even if third-party cookies are disabled. The hints will also be sent automatically, rather than require active probing, which will result in potentially fingerprintable information being sent out to third parties which either couldn't obtain it, or which likely wouldn't resort to actively detecting it and sending it out. - The user will start sending hint information which might tell the 3p which website/page the user is on, even if the website uses Referrer Policy to remove the Referer header (e.g. in the case where the 3p knows their resource is being loaded by 10 other sites, and only 1 of them enables the set of hints they see in the request). This behavior is arguably worse privacy-wise than the status quo for users of sites which enable hints. I like being able to control 3p hints via FP, but developers won't understand why they might want to do it (partly because the third-parties they load data from might not enable hints until later, so the developer would not see them in 3p requests while testing on their sites). FWIW I do think this is strictly better than the original proposal, so "3p hints should be off by default unless enabled by Feature Policy" is not a hill I'd want to die on. Solving this with safe defaults at the FP level sounds okay; I'm a little wary about relying on a completely independent mechanism to enforce good privacy properties of client hints, but it's probably workable -- we'd just need to have the FP-focused discussion about this. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/372#issuecomment-350803441 ----==_mimepart_5a2ec61c87122_52f3fdede55af303802b8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Can you elaborate on a particular use case or example that you're worrie= d about here? I hear your concern, but I'm not convinced that the real risk= is any more significant than what is already exposed by most sites to 3P's= through active content (or CSS even).

I'd set aside the case of fully active content and focus on 3p resources= that do not allow the hosting party to get information that would be expos= ed in hints (i.e. loading content such as images, fonts, audio/video, or ev= en JS/CSS pinned to a specific version via Subresource Integrity). If a web= site loads such resources -- which is very common -- and it enables hints, = and the 3p separately also enables hints, it has two consequences:=

  • The user will start sending hint information to the third party, which = may allow the 3p to correlate requests from that user across different 1p s= ites which use hints, even if third-party cookies are disabled. The hints w= ill also be sent automatically, rather than require active probing, which w= ill result in potentially fingerprintable information being sent out to thi= rd parties which either couldn't obtain it, or which likely wouldn't resort= to actively detecting it and sending it out.
  • The user will start sending hint information which might tell the 3p wh= ich website/page the user is on, even if the website uses Referrer Policy t= o remove the Referer header (e.g. in the case where the 3p knows their reso= urce is being loaded by 10 other sites, and only 1 of them enables the set = of hints they see in the request).

This behavior is arguably worse privacy-wise than the status quo for use= rs of sites which enable hints. I like being able to control 3p hints via F= P, but developers won't understand why they might want to do it (partly bec= ause the third-parties they load data from might not enable hints until lat= er, so the developer would not see them in 3p requests while testing on the= ir sites).

FWIW I do think this is strictly better than the original proposal, so "= 3p hints should be off by default unless enabled by Feature Policy" is not = a hill I'd want to die on. Solving this with safe defaults at the FP level = sounds okay; I'm a little wary about relying on a completely independent me= chanism to enforce good privacy properties of client hints, but it's probab= ly workable -- we'd just need to have the FP-focused discussion about this.=

&mda= sh;
You are receiving this because you are subscribed to this thread.<= br />Reply to this email directly, view it on GitHub, or <= a href=3D"https://github.com/notifications/unsubscribe-auth/AORpyPB82hVBmgn= jz9dGX-7UWxMJlitYks5s_WwcgaJpZM4Oc7TI">mute the thread.3D""

= ----==_mimepart_5a2ec61c87122_52f3fdede55af303802b8-- From nobody Mon Dec 11 11:05:18 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.382 X-Spam-Level: X-Spam-Status: No, score=-5.382 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, 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 Date: Mon, 11 Dec 2017 11:05:14 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513019114; bh=RPKbE11LSN6mjtwSXX3kmjip090YHH6kd8rm0lMRFRk=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ouItgNLhSVxwsYpwyC4ZP7LxclL6vwzakiKalzDzneJAkK/Md5v4YtnPvMumxZNos 8kRJZWJPJke50TD4B2Zz03grE7NzftkHYvow0VplB20vh9nKUdLRwgXFdcOmUQZxMQ qR77Bi12zKlvCEpBfauZLikj+DqG8bGihsFpJ/vY= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2ed6ea1f283_735d3ff3f0d34f2c159331"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 19:05:17 -0000 ----==_mimepart_5a2ed6ea1f283_735d3ff3f0d34f2c159331 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I'm still failing with xsltproc on the Header Structure -- for some reason, it's not able to load the XMLs for the references, even though what appears to be the same documents are being referenced by other docs. But that's not a problem with the Dockerfile, it's an issue running locally as well. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350824389 ----==_mimepart_5a2ed6ea1f283_735d3ff3f0d34f2c159331 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

I'm still failing with xsltproc on the Header Structure -- for some re= ason, it's not able to load the XMLs for the references, even though what= appears to be the same documents are being referenced by other docs. Bu= t that's not a problem with the Dockerfile, it's an issue running locally= as well.

&m= dash;
You are receiving this because you are subscribed to this thre= ad.
Reply to this email directly, view it on GitHub= , or mute the thread.

= ----==_mimepart_5a2ed6ea1f283_735d3ff3f0d34f2c159331-- From nobody Mon Dec 11 11:14:39 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.474 X-Spam-Level: X-Spam-Status: No, score=-0.474 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=FwALNxkVf+3hgSfFguAXqrGMcuU=; b=rWXhWUTCWv1Fgsie WehUZe5nbyfGwxuLeZyZAwDq5fm1KSDlW0MnUtZUWuXTpKnOsHVc6FJOZ60054Qn vUHEFjFOSMiI5CcdUdrKyMB3JoAnnBu4V/2NBGiKuUXlsZ90vkO6qlPp+n8rxA0L yMDB2mnGhkKvDTNMKi8yXghRLb4= Date: Mon, 11 Dec 2017 19:12:42 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2ed8a9e4ad8_613f3ff4abe12f28149627"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 19:14:38 -0000 ----==_mimepart_5a2ed8a9e4ad8_613f3ff4abe12f28149627 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit How does it fail? Silently? Error messages? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350826553 ----==_mimepart_5a2ed8a9e4ad8_613f3ff4abe12f28149627 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

How does it fail? Silently? Error messages?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2ed8a9e4ad8_613f3ff4abe12f28149627-- From nobody Mon Dec 11 11:21:59 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -2.019 X-Spam-Level: X-Spam-Status: No, score=-2.019 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_32=0.001, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, 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 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=qe2vowxuaPRIN4IJqz4Ezgw1jXM=; b=QE1wqy+GybQDeOaC UA4OxsEcH8Xgf5npxU0nm9UIIDiFhj6hpaRKpLm3Jes0s67nAOWIIJjwnpTg9eWl Kxv0bYYK1sTgEYvHsyCeGSuITAm/alcStha4LLSAbZWS077WRwPrED6i1ycIQJYA Gx4KSh8dot/wKOv5NK/GDoLmwL8= Date: Mon, 11 Dec 2017 19:20:19 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2eda73b724_6ca53fb68d84cf2822998a"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 19:21:58 -0000 ----==_mimepart_5a2eda73b724_6ca53fb68d84cf2822998a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Here's what I'm seeing: ``` xsltproc --novalid lib/rfc2629.xslt draft-ietf-httpbis-header-structure.xml > draft-ietf-httpbis-header-structure.htmltmp warning: failed to load external entity "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7230.xml" draft-ietf-httpbis-header-structure.xml:499: parser error : Failure to process entity RFC7230 &RFC7230; ^ draft-ietf-httpbis-header-structure.xml:499: parser error : Entity 'RFC7230' not defined &RFC7230; ^ ``` And it continues in that fashion. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350828765 ----==_mimepart_5a2eda73b724_6ca53fb68d84cf2822998a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Here's what I'm seeing:

xsltproc --novalid lib/rfc2629.xslt draft-ietf-httpbis-header-st=
ructure.xml > draft-ietf-httpbis-header-structure.htmltmp
warning: failed to load external entity "https://xml2rfc.tools.ietf.org/pub=
lic/rfc/bibxml/reference.RFC.7230.xml"
draft-ietf-httpbis-header-structure.xml:499: parser error : Failure to proc=
ess entity RFC7230
&RFC7230;
         ^
draft-ietf-httpbis-header-structure.xml:499: parser error : Entity 'RFC7230=
' not defined
&RFC7230;
         ^

And it continues in that fashion.

&mda= sh;
You are receiving this because you are subscribed to this thread.<= br />Reply to this email directly, view it on GitHub, or mute the thread.3D""

= ----==_mimepart_5a2eda73b724_6ca53fb68d84cf2822998a-- From nobody Mon Dec 11 11:24:14 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.616 X-Spam-Level: X-Spam-Status: No, score=-0.616 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_28=1.404, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=5I5DHaJkyKjvV9mAlgRAGXujoC4=; b=BFWxjg7sJSh/2m6O 7XRYE1KWE24tV91tRQL6R83BqMANtc1aKyNTrz9Nxbz6L8VCGMhhCxi0Cm7isNr8 hFB22mKE+G3enL6klXlLpdubRWLETrzrq5CREqwMY/zWZ3tM54VFZwn1uj0Ug+lZ kC/E7ENjF32teWFgDE0NxvHXytg= Date: Mon, 11 Dec 2017 19:23:50 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2edb4691e97_a413facfa212f2835572e"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 19:24:13 -0000 ----==_mimepart_5a2edb4691e97_a413facfa212f2835572e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Yep. It looks like for the ones that are building properly, kramdown-rfc2629 is downloading the references and embedding them in the XML. This draft gets these at the beginning... `` followed by `&RFC7230;` in the references section. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350829752 ----==_mimepart_5a2edb4691e97_a413facfa212f2835572e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Yep. It looks like for the ones that are building properly, kramdown-rf= c2629 is downloading the references and embedding them in the XML. This dr= aft gets these at the beginning... <!ENTITY RFC7230 SYSTEM "https= ://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7230.xml"> followed by &RFC7230; in the references section.

&mda= sh;
You are receiving this because you are subscribed to this thread.<= br />Reply to this email directly, view it on GitHub, or mute the thread.3D""

= ----==_mimepart_5a2edb4691e97_a413facfa212f2835572e-- From nobody Mon Dec 11 11:24:24 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -4.882 X-Spam-Level: X-Spam-Status: No, score=-4.882 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_SORBS_SPAM=0.5, 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 Date: Mon, 11 Dec 2017 11:24:17 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513020257; bh=EdBgTZyyWA51SGG/yVnKEo3DQgSduQFCkggp5cjOyWk=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nN6yL+8cF8Vvrc/+kAXJ+/1cwBAjR5oN5YJ5ss1o7nfwBIIAYHqyrfdFTjDxy6ai3 aScbvXAFoMa+w8iB39UDnbAhi9to1vapAvBifJyq073fK3W3Chv9wj5lAi+UIv+QQi 3pIQGu7AFsbXj6p8IHs+tRef9GXWRjBwtjxGPFBk= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2edb61276b6_23f853f823e4ccf342024e9"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 19:24:23 -0000 ----==_mimepart_5a2edb61276b6_23f853f823e4ccf342024e9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Just opened https://bugzilla.gnome.org/show_bug.cgi?id=791491 (this was actually reported to me a few days ago, but I didn't make the connection...) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350829887 ----==_mimepart_5a2edb61276b6_23f853f823e4ccf342024e9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Just opened

https://bugzilla.gnome.org/show_bug.cgi?id=791491

(this was actually reported to me a few days ago, but I didn't make the connection...)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2edb61276b6_23f853f823e4ccf342024e9-- From nobody Mon Dec 11 11:30:43 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.454 X-Spam-Level: X-Spam-Status: No, score=-5.454 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, 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 Date: Mon, 11 Dec 2017 11:30:38 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513020638; bh=bg+Kk30K/nCm18X5qJUaJ0fV6HaMq9EcgCvO+oIDG4U=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wZ6/Ll/GgRLEwuUGWWVAYyCXYRN7bmrgNAtGXY8H5URBcRsgyHHtXVOszbwPO6PYw iRRs+725D+LM+vkD+UKiGUChTiVLdg8kOs4sDM1p7E1txi6RbLH3zJ77ERtudZ7gZi Mz0NVmfEu/ZLZOPIC0qwES8jZxHVMWhFE2/j/irs= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2edcde2505d_73233f9514f34f38102312"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 19:30:42 -0000 ----==_mimepart_5a2edcde2505d_73233f9514f34f38102312 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Apparently, adding stand_alone: yes does the in-lining trick. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350831718 ----==_mimepart_5a2edcde2505d_73233f9514f34f38102312 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Apparently, adding

stand_alone: yes

does the in-lining trick.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2edcde2505d_73233f9514f34f38102312-- From nobody Mon Dec 11 11:32:31 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.454 X-Spam-Level: X-Spam-Status: No, score=-5.454 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, 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 Date: Mon, 11 Dec 2017 11:32:28 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513020748; bh=bL+hE2zEIUxTmsVOfAX5HZvCIqGkjZqlqamws2X2SG8=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uLbi3AWR/WRzb8xa0D+lz9gqP7X2MgHj84wogPJ+cVxI15AtGt2pU489/uPDyow3v OAwe2XMlz8Uat6zgmvIB2NUlyfjs5gBqMNz9RNHQbLKHwcp6WI1R0jnhnzhZQs0+a8 zKqyQne5l0o2+IU+kbD/DpqpKLHUuoEtzZwYR5ak= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2edd4c328ea_29eb3ffdb6d20f344755e"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 19:32:30 -0000 ----==_mimepart_5a2edd4c328ea_29eb3ffdb6d20f344755e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Yes, why this isn't the default is baffling. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350832218 ----==_mimepart_5a2edd4c328ea_29eb3ffdb6d20f344755e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Yes, why this isn't the default is baffling.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2edd4c328ea_29eb3ffdb6d20f344755e-- From nobody Mon Dec 11 11:36:07 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -4.954 X-Spam-Level: X-Spam-Status: No, score=-4.954 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, RCVD_IN_SORBS_SPAM=0.5, 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 Date: Mon, 11 Dec 2017 11:36:02 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513020962; bh=3j//zQ3hPhF6q6hJH4lCvjijezCPU6SuRM4gZB8hWvc=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rH0ZRk8/aPGcEkek1FL1zkpv6zoyPBbQDhNJmcvm40HqOcFt2Fk4ZoSkcRYDS2Gau Vs8+I73+opq4Kd18QGQgl7opuxzn940FyQkvJ1fHEZHHQMQn84IiC2AwwUPfnyPvK/ Cu+oZUminclz6CbtvH3VAgpLALMt8g6DCJUlgWjU= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2ede22dca2a_5aaa3fdc5856ef2c1958fe"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 19:36:06 -0000 ----==_mimepart_5a2ede22dca2a_5aaa3fdc5856ef2c1958fe Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Might make sense if you convert from MD to XML with the goal to continue editing the XML. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350833298 ----==_mimepart_5a2ede22dca2a_5aaa3fdc5856ef2c1958fe Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Might make sense if you convert from MD to XML with the goal to continue editing the XML.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2ede22dca2a_5aaa3fdc5856ef2c1958fe-- From nobody Mon Dec 11 12:01:09 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -2.019 X-Spam-Level: X-Spam-Status: No, score=-2.019 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_32=0.001, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, 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 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=sxcFzXfF6wGDAgL4q2o3jwwftds=; b=jTQCyxfBvOLSFlaX fnAPuz173xnWdn1DIq8yFEIBleZjR2G8+icui181iK3U15AfQ6aAu1yN7KO1G2OO r++8h6m5RH/kE7wZHu152x7v4hlcm/d7iomLEoyXm0JsKraK3zPN+qTKprh1irqU aHVNDrWSlv8tYLFhhA7xzyKLXuI= Date: Mon, 11 Dec 2017 20:00:54 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2ee3f6590f6_59463fd130c3ef3817604c"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 20:01:08 -0000 ----==_mimepart_5a2ee3f6590f6_59463fd130c3ef3817604c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Great catch -- added a fix to use stand_alone on the xslt branch. So, with a sample size of one so far, new-template took 32 seconds total on the most recent build, while xslt took 28 seconds. Resulting output for [xslt](http://mikebishop.github.io/http-extensions/xslt/) and [xml2rfc](http://mikebishop.github.io/http-extensions/new-template/) is very similar. While I do like the second better aesthetically, the primary goal here is maintainability and shared code; I can live with that. Should I change the PR to be off the xslt branch instead? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350840551 ----==_mimepart_5a2ee3f6590f6_59463fd130c3ef3817604c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Great catch -- added a fix to use stand_alone on the xslt branch. So, w= ith a sample size of one so far, new-template took 32 seconds total on the = most recent build, while xslt took 28 seconds. Resulting output for xs= lt and xml2rfc is very similar.

While I do like the second better aesthetically, the primary goal here i= s maintainability and shared code; I can live with that. Should I change t= he PR to be off the xslt branch instead?

&mda= sh;
You are receiving this because you are subscribed to this thread.<= br />Reply to this email directly, view it on GitHub, or mute the thread.3D""

= ----==_mimepart_5a2ee3f6590f6_59463fd130c3ef3817604c-- From nobody Mon Dec 11 13:13:32 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.474 X-Spam-Level: X-Spam-Status: No, score=-0.474 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=jXRl/U9kL1MErKq9pe7+RD3Byjs=; b=QnapbJdkBb2DeQNb xezZnXUl2ilCO2Bcj9z1re8OQe9UjnbnIrbrdfdsLvjymlGm1haEEGCJH3TLkRKs Sodf62aLcz3eb1WkYbCvp3p1THO2OHn3N8PxbFXK4znqoW6gakuxo9ugb//3aMoR 7D3NHGzoaV1sfMiRlRccQhZKC9U= Date: Mon, 11 Dec 2017 21:13:26 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Consistency fix (#446) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2ef4e05e9f1_24c83fa2fd1aef34620988"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 21:13:30 -0000 ----==_mimepart_5a2ef4e05e9f1_24c83fa2fd1aef34620988 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit kaduk approved this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/446#pullrequestreview-82639791 ----==_mimepart_5a2ef4e05e9f1_24c83fa2fd1aef34620988 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

@kaduk approved this pull request.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2ef4e05e9f1_24c83fa2fd1aef34620988-- From nobody Mon Dec 11 15:51:44 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.402 X-Spam-Level: X-Spam-Status: No, score=-0.402 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_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=qmBEv1qJ32bPnDjIgI1DejaEKws=; b=lNBV0jLsLo7m2+nk RBMpo9xHB1VL60NFIA/8lB0E8lDIq6iNsCCyU03M7PRkzNNxpBbfPqIn/r620lG+ PKuIUO2JFPkl1lRx33U3Xoql0/KHRWO0RvedsenFYiMi5vogbplW2RTloEm/YjKk B4zr3MK2PHhMF25gt/o9Fu13vwc= Date: Mon, 11 Dec 2017 23:51:40 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2f1a0b3a097_76ab3f9b77daef38512096"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 23:51:43 -0000 ----==_mimepart_5a2f1a0b3a097_76ab3f9b77daef38512096 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Styling the XSLT output is easier, but it would a different stack to run. I'd say that since it will make some of the things Julian relies on easier, we should pick xslt. That reminds me, I can add a cache for the xslt to the template and get further speed gains. Maybe some other time. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350897310 ----==_mimepart_5a2f1a0b3a097_76ab3f9b77daef38512096 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Styling the XSLT output is easier, but it would a different stack to run= . I'd say that since it will make some of the things Julian relies on easi= er, we should pick xslt.

That reminds me, I can add a cache for the xslt to the template and get = further speed gains. Maybe some other time.

&mda= sh;
You are receiving this because you are subscribed to this thread.<= br />Reply to this email directly, view it on GitHub, or mute the thread.3D""

= ----==_mimepart_5a2f1a0b3a097_76ab3f9b77daef38512096-- From nobody Mon Dec 11 15:52:36 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.382 X-Spam-Level: X-Spam-Status: No, score=-5.382 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, 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 Date: Mon, 11 Dec 2017 15:52:31 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513036351; bh=K4RW0M6OGiLTH/BwjxhKYvgxfdN8cdOpSogNVWzOkDs=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JTWGt4woCSrK66xShZnr35ObvW4aEh5sJz1jeIjAQh2Z9h5AlO3RiR+qMQU7Fzf7e 3Y8vnW0Xb9bMzCG6QNw0U5bxrTJpYVPk/Rwm05M3Ep7OrKvHRiPCFxvYJxzeHs7d/p AMVBHadH4yNDg4dJEuaET19Df7Ypp67X/whbt23U= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2f1a3f6fc0c_7c513f8df312cf30359737"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 23:52:34 -0000 ----==_mimepart_5a2f1a3f6fc0c_7c513f8df312cf30359737 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit martinthomson approved this pull request. You should get chair approval here. > @@ -1,143 +1,11 @@ -xml2rfc ?= "xml2rfc" -saxpath ?= "lib/saxon9.jar" -saxon ?= java -classpath $(saxpath) net.sf.saxon.Transform -l -kramdown2629 ?= XML_RESOURCE_ORG_PREFIX=https://xml2rfc.tools.ietf.org/public/rfc kramdown-rfc2629 +LIBDIR := lib Add USE_XSLT := true here. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#pullrequestreview-82680567 ----==_mimepart_5a2f1a3f6fc0c_7c513f8df312cf30359737 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

@martinthomson approved this pull request.

You should get chair approval here.


In Makefile:

> @@ -1,143 +1,11 @@
-xml2rfc ?= "xml2rfc"
-saxpath ?= "lib/saxon9.jar"
-saxon ?= java -classpath $(saxpath) net.sf.saxon.Transform -l
-kramdown2629 ?= XML_RESOURCE_ORG_PREFIX=https://xml2rfc.tools.ietf.org/public/rfc kramdown-rfc2629
+LIBDIR := lib

Add USE_XSLT := true here.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2f1a3f6fc0c_7c513f8df312cf30359737-- From nobody Mon Dec 11 15:55:19 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -4.882 X-Spam-Level: X-Spam-Status: No, score=-4.882 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_SORBS_SPAM=0.5, 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 Date: Mon, 11 Dec 2017 15:55:16 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513036516; bh=wQBn1YzE0eGnISM6vfmXn6m0mWw+bxKHrlrrcuQ3kYE=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=o3zYXX8gtRxa8xbezY0UEIKBwdiV1xAVmJLC1J23g9zfBdSWFRtVnrDUwY16o2X1N pJ2RWcvyWO9p89eeUCh0q3k6a4FtHsY4z5mI9PLvJi0o2bkHImm2mWHt3ywnPQhi6K kEVGeOWXqD+VFPHgCxxL5cYYv9rloGlRWjiks268= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2f1ae45bcbd_76593f9b77daef389022e9"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 23:55:19 -0000 ----==_mimepart_5a2f1ae45bcbd_76593f9b77daef389022e9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit MikeBishop commented on this pull request. > @@ -1,143 +1,11 @@ -xml2rfc ?= "xml2rfc" -saxpath ?= "lib/saxon9.jar" -saxon ?= java -classpath $(saxpath) net.sf.saxon.Transform -l -kramdown2629 ?= XML_RESOURCE_ORG_PREFIX=https://xml2rfc.tools.ietf.org/public/rfc kramdown-rfc2629 +LIBDIR := lib Yes, that's the extra commit on the other branch. :-) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#discussion_r156236677 ----==_mimepart_5a2f1ae45bcbd_76593f9b77daef389022e9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

@MikeBishop commented on this pull request.


In Makefile:

> @@ -1,143 +1,11 @@
-xml2rfc ?= "xml2rfc"
-saxpath ?= "lib/saxon9.jar"
-saxon ?= java -classpath $(saxpath) net.sf.saxon.Transform -l
-kramdown2629 ?= XML_RESOURCE_ORG_PREFIX=https://xml2rfc.tools.ietf.org/public/rfc kramdown-rfc2629
+LIBDIR := lib

Yes, that's the extra commit on the other branch. :-)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2f1ae45bcbd_76593f9b77daef389022e9-- From nobody Mon Dec 11 15:55:52 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.402 X-Spam-Level: X-Spam-Status: No, score=-0.402 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_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=zwloc1XY8goXmVmfzmMu62U2oEI=; b=bBIyKxgBBzi45j6O 0tqWsQHEQdajnUQ0JNzn4dfgKZyDkP/+YlEqCghST4z+aKBqzsB0D9KX4I+GIHnc BEK7qrlTQN4auCBbUcKepvW1N4+ERJyGFZGyBwgAnQY/CSwAyYwvip/dxH6SXGsL C7jvPsRNMsukoCHC6eh86A8GdsY= Date: Mon, 11 Dec 2017 23:55:49 +0000 (UTC) To: httpwg/http-extensions Cc: Push In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2f1b04a64e3_5fcc3fb42d26cf34204299"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 23:55:51 -0000 ----==_mimepart_5a2f1b04a64e3_5fcc3fb42d26cf34204299 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit @MikeBishop pushed 2 commits. ec6fd45 Use XSLT 0bb37c9 Header structure stand_alone -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/httpwg/http-extensions/pull/448/files/25d642aeb7654b1dc18c57344b15b9a611e25881..0bb37c9d3189a428d576162e9662422fe6d48c35 ----==_mimepart_5a2f1b04a64e3_5fcc3fb42d26cf34204299 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

@MikeBishop pushed 2 commits.


You are receiving this because you are subscribed to this thread.
View it on GitHub or mute the thread.

----==_mimepart_5a2f1b04a64e3_5fcc3fb42d26cf34204299-- From nobody Mon Dec 11 16:03:02 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -6.498 X-Spam-Level: X-Spam-Status: No, score=-6.498 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_32=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, RCVD_IN_SORBS_SPAM=0.5, 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 Date: Mon, 11 Dec 2017 16:02:58 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513036978; bh=MKuQdqpsRcrDyXnDHR8BqnR3ISxrSxOoqLkTfKEj/ys=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SWZjGs8bFcAh6g/GzGvkVBxYQcgeSCANryjozhwTmLSj7qOysk3qyj2DhvFE3tvMI Ey7g/nYkDC8ml2PdC2sN38dS4J7a8xHd/LNASbceq8k49JLGQOsJFFQaMOa+37qrx1 bkMSyEx1XJW23ecMc8ariPplhX/ezdN4SCWM+wHc= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2f1cb2aeda0_b7f3fb0ac8c2f34488916"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 00:03:01 -0000 ----==_mimepart_5a2f1cb2aeda0_b7f3fb0ac8c2f34488916 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I've merged the XSLT branch into this one, so the PR now uses `xsltproc` within Martin's I-D template. I agree with Martin that this needs chair approval: @mnot, @mcmanus? Note too that a lot of the speed gains come from running in Martin's Docker container on Circle -- the Travis build times for this branch are already improved (90-120 seconds vs. 120-150 seconds), but not as good as Circle (30-40 seconds). I've been testing my fork of this repo against Circle. I don't believe I have sufficient access to switch the repo from Travis to Circle, and you can't do that in a PR anyway, so that's definitely a chair action. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350899489 ----==_mimepart_5a2f1cb2aeda0_b7f3fb0ac8c2f34488916 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

I've merged the XSLT branch into this one, so the PR now uses xs= ltproc within Martin's I-D template. I agree with Martin that thi= s needs chair approval: @mnot, @mcmanus?

Note too that a lot of the speed gains come from running in Martin's D= ocker container on Circle -- the Travis build times for this branch are a= lready improved (90-120 seconds vs. 120-150 seconds), but not as good as = Circle (30-40 seconds). I've been testing my fork of this repo against C= ircle.

I don't believe I have sufficient access to switch the repo from Travi= s to Circle, and you can't do that in a PR anyway, so that's definitely a= chair action.

&m= dash;
You are receiving this because you are subscribed to this thre= ad.
Reply to this email directly, view it on GitHub= , or mute the thread.

= ----==_mimepart_5a2f1cb2aeda0_b7f3fb0ac8c2f34488916-- From nobody Mon Dec 11 16:10:44 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.473 X-Spam-Level: X-Spam-Status: No, score=-0.473 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=mGZDhPmKNKBCKIA11tSDVG6rG7o=; b=nusZgdFL9YjaTgpf uIW2+9ngRm9oGBMY19eFektSWOA5lpFHv0qwPVRsIyhrFFWvPwkSeKdkSXsc2qwc smxy3GlyQYEbkYubVhtKgjx76QLJcY3QbzFNZH6yl/bqEM6gi10kJavT1LD0FHpE Khq4WVsNGjuIs49j09mGt36p+yU= Date: Tue, 12 Dec 2017 00:10:39 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2f1e7f9f979_51f43f98b33a6f34523cc"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 00:10:43 -0000 ----==_mimepart_5a2f1e7f9f979_51f43f98b33a6f34523cc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit mnot approved this pull request. LGTM. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#pullrequestreview-82683935 ----==_mimepart_5a2f1e7f9f979_51f43f98b33a6f34523cc Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

@mnot approved this pull request.

LGTM.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2f1e7f9f979_51f43f98b33a6f34523cc-- From nobody Mon Dec 11 16:13:15 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -3.253 X-Spam-Level: X-Spam-Status: No, score=-3.253 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H2=-2.8, 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 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=SN00C6X8tf2pqQthBZhr2LeuvCc=; b=JLF81iST7eYhYzG0 ra4Gqdsq1iKwbosGz4ijMA3rPFEFqJ3fPPqw581dTiSidah6ZJVUU+KrZY4LSGqQ zEDnPoJ33N2zZlkrnRa5o7ltZL3mrKu+QeNIlkjLvzv6vHLRsQ5n2j6e9f+2+lM0 YXgoLrIpxzAoWUKMktYyVfKCjpc= Date: Tue, 12 Dec 2017 00:13:09 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2f1f157c0ae_2c593fe3e1c5ef2c4629f"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 00:13:13 -0000 ----==_mimepart_5a2f1f157c0ae_2c593fe3e1c5ef2c4629f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Switching over; please stand by... -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350901263 ----==_mimepart_5a2f1f157c0ae_2c593fe3e1c5ef2c4629f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Switching over; please stand by...


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2f1f157c0ae_2c593fe3e1c5ef2c4629f-- From nobody Mon Dec 11 16:16:14 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.453 X-Spam-Level: X-Spam-Status: No, score=-5.453 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, 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 Date: Mon, 11 Dec 2017 16:16:09 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513037769; bh=OGBf6mIeksChfzIwTU1TxujYnjIYf5zp4yTzNAPVDXo=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tNpqbVRtvOgASRjug5mkmcp50d1x+RDNU2PbMeq0qOgKFOPDRszBvo16IIRIHkSt8 6qi18HRbGCMG+oSHfTqzHr6+jxZ+0UIeJ8ObNP1B8AagKRPb1OMO9k4evN4IvgSlbx YQgEor3BbRjJN96TdJPokI3BECh0xyBMjSx7ixCc= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2f1fc9c9f8c_43fc3fb77a85af2c97126"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 00:16:12 -0000 ----==_mimepart_5a2f1fc9c9f8c_43fc3fb77a85af2c97126 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit (Note that Circle won't see anything to do on master until this PR is merged.) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350901746 ----==_mimepart_5a2f1fc9c9f8c_43fc3fb77a85af2c97126 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

(Note that Circle won't see anything to do on master until this PR is merged.)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2f1fc9c9f8c_43fc3fb77a85af2c97126-- From nobody Mon Dec 11 16:16:26 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -3.181 X-Spam-Level: X-Spam-Status: No, score=-3.181 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_MSPIKE_H2=-2.8, 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 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=q/U51mTOC0xASyYOMhEt0aHbUR4=; b=a0A50JFid5lMlavQ 5c8FleMzDI+6SemGiJiDgYa0jkCoLFXtEszwKMSAnY+VzJdZsxNgWpprnWN1XaPx 5j9UVU7qrAJhs9tYwylAMldb3yWuFucqSEWse1HFzWUKMWpNA/yD5udGRsOZB6tT 3p9JAaRlDQgFKC9ywDNHt2XHu0Q= Date: Tue, 12 Dec 2017 00:16:22 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2f1fd617ac0_1f4e43f91e4c7cf30229e2"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 00:16:24 -0000 ----==_mimepart_5a2f1fd617ac0_1f4e43f91e4c7cf30229e2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Merged #448. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#event-1382582130 ----==_mimepart_5a2f1fd617ac0_1f4e43f91e4c7cf30229e2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Merged #448.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2f1fd617ac0_1f4e43f91e4c7cf30229e2-- From nobody Mon Dec 11 16:18:25 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.453 X-Spam-Level: X-Spam-Status: No, score=-5.453 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, 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 Date: Mon, 11 Dec 2017 16:18:19 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513037899; bh=+EVRVEUX5bXnr3yG0XrKBA9q4jlTDEIELkFXCBBO60E=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BsKmWDRcFwhWxCeli8JaSMsedaayDy57PfLtzfRbWUWmKsW1ITUuR7GgrDI7cIKS1 H2IchA2RITpba47femiYYWPrCkXyQZahnaTcZVW4QEBrDeHQAmJVxQuMotOYFtFYEO 2xyqBSuw7pCy0pu0H0Bk0DKnnsddR72NOcvv2ZWM= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2f204bc9d92_770e3f9375518f2c51969"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 00:18:24 -0000 ----==_mimepart_5a2f204bc9d92_770e3f9375518f2c51969 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit All green. Only used one container. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350902107 ----==_mimepart_5a2f204bc9d92_770e3f9375518f2c51969 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

All green. Only used one container.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2f204bc9d92_770e3f9375518f2c51969-- From nobody Mon Dec 11 16:19:22 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.473 X-Spam-Level: X-Spam-Status: No, score=-0.473 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=SF9BfS+NB+2rnP3CVriRoWEcszU=; b=jf59l1E2M0u/qvhA jH7p7tTnrh4FBju2+4QvX/APZfZBVWB3Dwv10AEU8/qZF3QxgZFyd6gAPMQLgaFz 5xwUi/8QfSfkfk79KKSekUkA9tgiE9V/HKUcShdGBsWGvT2nwkcvvniIbxJECsm/ ZrOIwh/V0zq/G338kX0jmnCEPDc= Date: Tue, 12 Dec 2017 00:19:19 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2f208751d4b_760a3fb77a85af2c2259e9"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 00:19:21 -0000 ----==_mimepart_5a2f208751d4b_760a3fb77a85af2c2259e9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Travis hook deleted. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350902273 ----==_mimepart_5a2f208751d4b_760a3fb77a85af2c2259e9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Travis hook deleted.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2f208751d4b_760a3fb77a85af2c2259e9-- From nobody Mon Dec 11 16:24:21 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.401 X-Spam-Level: X-Spam-Status: No, score=-0.401 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_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=vbJH/nGh4MDh6fOtg1F2C7+hC1A=; b=trGnUlEk0GKY0ca1 MWEm/w3/If4jKCAQ/PA0CBy+ipFZ6j6bTDwY1Rm1V8pTC7CSXGhrwlVuR7EMTHHw /ZZLWckckj8YAmlSqBhQ2JMiL1GIePELbvGWRkFzw0TW4fbgr7G+IscdYBQLKqZi BwYNzqNEj80jEl94gX38Xmbbam4= Date: Tue, 12 Dec 2017 00:24:17 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2f21b119aff_a7d3fef5c4ecf381620e6"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 00:24:20 -0000 ----==_mimepart_5a2f21b119aff_a7d3fef5c4ecf381620e6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I did a push, seems to have worked. However, the HTML files are in different places from where they used to be -- we *can* update the links, but changing links is kind of uncool. Also, I think `SUBMITTING.md` needs an update... -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350903143 ----==_mimepart_5a2f21b119aff_a7d3fef5c4ecf381620e6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

I did a push, seems to have worked. However, the HTML files are in diffe= rent places from where they used to be -- we can update the links,= but changing links is kind of uncool.

Also, I think SUBMITTING.md needs an update...

&mda= sh;
You are receiving this because you are subscribed to this thread.<= br />Reply to this email directly, view it on GitHub, or mute the thread.3D""

= ----==_mimepart_5a2f21b119aff_a7d3fef5c4ecf381620e6-- From nobody Mon Dec 11 16:27:04 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.401 X-Spam-Level: X-Spam-Status: No, score=-0.401 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_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=P7yYOokPoYoVJl8I+qr9FbRRUPM=; b=bk9Q5/9b6dQOIAu2 I5ccEnQu/o1RSVolPDeHeCSfU6wWRVElXh682aa3mpGUkb4yocUvhDUcNbwShQZP c+GO8XodePTI6gB6TyW5GF5JoyW5qSl5w5eAQDcd4fvYCxRCLILl3GIbqnvlYI7D IdIZQSTlavt5beSxEEIDRx17DgQ= Date: Tue, 12 Dec 2017 00:27:00 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2f22544d363_11dc43fc55b28af2c1108de"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 00:27:03 -0000 ----==_mimepart_5a2f22544d363_11dc43fc55b28af2c1108de Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Maybe instead of generating `draft-ietf-httpbis-*.html` we could generate `*.html`? That would reduce the number of links we need to change. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350903614 ----==_mimepart_5a2f22544d363_11dc43fc55b28af2c1108de Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Maybe instead of generating draft-ietf-httpbis-*.html we could generate *.html? That would reduce the number of links we need to change.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2f22544d363_11dc43fc55b28af2c1108de-- From nobody Mon Dec 11 18:50:02 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.401 X-Spam-Level: X-Spam-Status: No, score=-0.401 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_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=BzgRXcuZGEGEUOydDA3wbAwuq5Y=; b=TJYxB1v8fpT9B71V K+suOIRfAjiLhnuwGW0b444m4B34T/yFxZ65cXp/jrUZriYQFUsfBPYgTxdqLghu C/m5HL8dqKkbsa68ysie33k+WormlaJjza3oIb+NDjRnPuc8yE2gbIqlCfdVu5gM IxHRi8Gt14EVltbscYvp2vAAlo0= Date: Tue, 12 Dec 2017 02:49:57 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2f43d57f4bb_29873ff698216f2826672"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 02:50:00 -0000 ----==_mimepart_5a2f43d57f4bb_29873ff698216f2826672 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Also - I strongly suspect that building issues.json on every push is going to burn through Github's rate limiting. Can we limit it, or at least assure that we recover from 429 gracefully? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350928743 ----==_mimepart_5a2f43d57f4bb_29873ff698216f2826672 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Also - I strongly suspect that building issues.json on every push is going to burn through Github's rate limiting. Can we limit it, or at least assure that we recover from 429 gracefully?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2f43d57f4bb_29873ff698216f2826672-- From nobody Mon Dec 11 21:44:33 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.595 X-Spam-Level: X-Spam-Status: No, score=-5.595 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_28=1.404, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, 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 Date: Mon, 11 Dec 2017 21:44:28 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513057468; bh=pda+OTQWNG5ilUfn8/EkT2CkKvzRcDy297Fk8a63n2k=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=X4wjZB7rfV9GNLbsWJ3i29o8LzadxOwPZXbhQKqXoJLj0pJMWDkOGUSXvtHBbPzNE 4Ybgzp50LLI2/Xb5iZjyQLrU4N2jWcmJmIhFLdFllvHVdeA66g5VuK3QKzTKS7+oz2 Ng2NMjD7B1Y0S0ZVuMg0KFTHA/W7k9GoSINM6+q4= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2f6cbc8af90_34cb3fcc79dc8f2c819267"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 05:44:31 -0000 ----==_mimepart_5a2f6cbc8af90_34cb3fcc79dc8f2c819267 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I have rate limiting on issues.json, though we still hit the rate cap occasionally. We can add rules for generating `*.html`. That's a fairly simple exercise. It's something like: ```make latest:: a.html b.html c.html a.html: draft-ietf-httpbis-a.html cp $< $@ # etc... ``` We might do better, but it's a little sketchy. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350951568 ----==_mimepart_5a2f6cbc8af90_34cb3fcc79dc8f2c819267 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

I have rate limiting on issues.json, though we still hit the rate cap = occasionally.

We can add rules for generating *.html. That's a fairly = simple exercise. It's something like:

latest:: a.html b.html c.html
a.html: draft-ietf-httpbis-a.html =

        cp $< $@
# etc...

We might do better, but it's a little sketchy.

&m= dash;
You are receiving this because you are subscribed to this thre= ad.
Reply to this email directly, view it on GitHub= , or mute the thread.

= ----==_mimepart_5a2f6cbc8af90_34cb3fcc79dc8f2c819267-- From nobody Mon Dec 11 22:00:36 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -4.953 X-Spam-Level: X-Spam-Status: No, score=-4.953 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, RCVD_IN_SORBS_SPAM=0.5, 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 Date: Mon, 11 Dec 2017 22:00:32 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513058432; bh=UnIscdJs/iOj7rnWk7thxsu8DxGPK04Zivhf2yq2360=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nHNwbnUqK84H4auhi2ICT4k+RlJerXVi2yigofdrBxtvKYFnWQCWSLLKOXNdxeqH2 JgURbSjFbyqU69EzSlV5Llzhc+XbT/ciiMTTelkCGNmG7ZAAG4YkS2DqBtJA88/nea In3dx4y29cE4dnTtIucTm5IV+H8+l185Pe2tOEoQ= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a2f7080ca1d4_794c3fd7723b8f3811205a1"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 06:00:35 -0000 ----==_mimepart_5a2f7080ca1d4_794c3fd7723b8f3811205a1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit That should work; it's just for the existing drafts, going forward we can use the "full" names. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-350953749 ----==_mimepart_5a2f7080ca1d4_794c3fd7723b8f3811205a1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

That should work; it's just for the existing drafts, going forward we can use the "full" names.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a2f7080ca1d4_794c3fd7723b8f3811205a1-- From nobody Tue Dec 12 17:19:05 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -3.254 X-Spam-Level: X-Spam-Status: No, score=-3.254 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H2=-2.8, 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 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=LlfzgtU7WjpnW2r6zrjeqrg3cHY=; b=eZJF7+kvhsyAv2vI r5j50vgbLAnuYwZypDP65PrIL0N3Za2JnNWLoTiHWqi5BQyXgeieC1epPQ3TR3iw rIdK0/WHeLFmLoyQZHYq7H5G5ESUv4qKmVtusn+5JqgTolFiRKMx1IXTjV3d1UZs qaZXP14jDWpoXV5fL1299hhCzrw= Date: Wed, 13 Dec 2017 01:19:00 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a3080043154f_72bf3fa438102f2c2439f8"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 01:19:03 -0000 ----==_mimepart_5a3080043154f_72bf3fa438102f2c2439f8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit ping. Links still broken. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-351249802 ----==_mimepart_5a3080043154f_72bf3fa438102f2c2439f8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

ping. Links still broken.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a3080043154f_72bf3fa438102f2c2439f8-- From nobody Tue Dec 12 17:32:36 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.474 X-Spam-Level: X-Spam-Status: No, score=-0.474 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=BMUpXOjPUNaI2t4PNYKpVsRp3oQ=; b=T1woZbEcKJ4i0GBm cm1UR1laHr8ReKs3zcb8agRCsi5dyNve0X8wnN7BdeiDIk+TRPzo2C6YMeO3RtM4 ujjbPa9fIZWDnUOv6rgfikfuxzWVtYh2WN7wmXg67OfLp+2JNQgl7pl/PXhUKxy2 DXDX0unDGmmHcnUXx/TUqcSQAgE= Date: Wed, 13 Dec 2017 01:32:33 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Viewport Height (#342) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a308331738_eae23f99129d2f34202e8"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 01:32:35 -0000 ----==_mimepart_5a308331738_eae23f99129d2f34202e8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit It's probably best to bring this up the mailing list. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/342#issuecomment-351252393 ----==_mimepart_5a308331738_eae23f99129d2f34202e8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

It's probably best to bring this up the mailing list.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a308331738_eae23f99129d2f34202e8-- From nobody Tue Dec 12 17:32:40 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.402 X-Spam-Level: X-Spam-Status: No, score=-0.402 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_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=pdthpDn923KfLBDop8rGfHZzuxc=; b=kvSTrExLyO7zeqxL IyWUzrP2YpmLjzxitxfGSE6c/6WhsJLi5wJ/y8vWI7eLLM0Xn18Ljt1YkVqvJJex 3VJ/kUP6wZyK+LL0X35YP1q4JNpWZTxQIZaLBi1TwZtsW9atEc5r3ghYymJVL5wy xPD6XBHOyXp6949gMj/9r1VyeCk= Date: Wed, 13 Dec 2017 01:32:36 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Viewport Height (#342) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a308333c9fca_10153fbc39ce8f301384c"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 01:32:38 -0000 ----==_mimepart_5a308333c9fca_10153fbc39ce8f301384c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Closed #342. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/342#event-1384767894 ----==_mimepart_5a308333c9fca_10153fbc39ce8f301384c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Closed #342.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a308333c9fca_10153fbc39ce8f301384c-- From nobody Tue Dec 12 17:33:06 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.402 X-Spam-Level: X-Spam-Status: No, score=-0.402 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_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=ZcevZsjumAdQMIHt4kCOZJZJL6w=; b=W6FqClVdyMUtuD5s xVtKI1i3dRMRGze2r0/4Yh21YcWc6m97Dm1Sa44ekT1gEn1N2dD8BwQTlDBuAIao 0C6bgxoErjLAlbbDNzHoFa9qyIL3kq4Fd/NPFRD2rx8BIbz/jB0bC57Q5E1QWG7w Q193rm52cgG7KfI8ewew5IBgfbM= Date: Wed, 13 Dec 2017 01:33:02 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] How does the CSP syntax fit into the header structure? (#388) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a30834e6970d_6ff23fb95af6af38939b2"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 01:33:05 -0000 ----==_mimepart_5a30834e6970d_6ff23fb95af6af38939b2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Closed #388. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/388#event-1384768373 ----==_mimepart_5a30834e6970d_6ff23fb95af6af38939b2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Closed #388.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a30834e6970d_6ff23fb95af6af38939b2-- From nobody Tue Dec 12 17:33:13 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.474 X-Spam-Level: X-Spam-Status: No, score=-0.474 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=fI3/J6HxeSmbydn+Z+7d7D+gfGw=; b=anIT51RIAH9zenUi fbgTcFutmdKP/QtlLiW02+dVdHqZkPBMkQImy4SmK5ohjXfNTaw30K8Igl/NSFxo epDmHdkfFx1KVDP1XVEtt7J0ALeLe+SXYNtWV0umRtxR42ZhXnogR3r93BNV8vRR yfjalXRdrMwg1ekZI/7LNWrw4OU= Date: Wed, 13 Dec 2017 01:33:03 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] How does the CSP syntax fit into the header structure? (#388) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a30834ee0bc2_41393fb748662f30731c6"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 01:33:06 -0000 ----==_mimepart_5a30834ee0bc2_41393fb748662f30731c6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Overcome by events. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/388#issuecomment-351252474 ----==_mimepart_5a30834ee0bc2_41393fb748662f30731c6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Overcome by events.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a30834ee0bc2_41393fb748662f30731c6-- From nobody Tue Dec 12 18:09:33 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.382 X-Spam-Level: X-Spam-Status: No, score=-5.382 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, 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 Date: Tue, 12 Dec 2017 18:09:30 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513130970; bh=8VWcpUhrFbbvQLt06qsIJZyWTD8p0tFIl+YAb99m5Ls=; h=From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=yiS6++KoICNSn7abkOWLkEECxjrkGuHZvSMFnvGXmdjcs7ELrQMZewRzSg0YOkvZB gIhioSCZX1YWjOd2dZm58bn9mHhQ3hjgfj5rqStDYzECsbSyXnbgmTzqNiQtUVsyS7 IR2GUsPBl2IbQt/oy8S6UJgO6GKiGKxg0RXH6iX4= To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] Editor draft links are broken (404) (#449) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a308bda833bb_4ca03fe33b0baf284481d"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 02:09:33 -0000 ----==_mimepart_5a308bda833bb_4ca03fe33b0baf284481d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On https://github.com/httpwg/http-extensions, pointers to editor drafts all return 404s: - http://httpwg.org/http-extensions/rand-access-live.html - http://httpwg.org/http-extensions/client-hints.html - http://httpwg.org/http-extensions/key.html - ... Did something change / break recently? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/449 ----==_mimepart_5a308bda833bb_4ca03fe33b0baf284481d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

On https://github.com/httpwg/http-extensions, pointers to editor drafts all return 404s:

Did something change / break recently?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a308bda833bb_4ca03fe33b0baf284481d-- From nobody Tue Dec 12 18:10:41 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -3.182 X-Spam-Level: X-Spam-Status: No, score=-3.182 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_MSPIKE_H2=-2.8, 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 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=JFQDdczTjixOpBguFGhP3n9lCA0=; b=PxmvutAS/lBLPr99 R86oI9EhTO2aA6xxu7FFjsePLdZHyRMYygpyVJOgvLAuxzsDpbN9cHdUT8uROKGX x/coa5BsWGPxrQgJVFJ+6VkYUYFIOeHVPbpI4SZKROHGK7nk45r4G9bWd7M2kj5m WgdIttdIQcnckrcn7hw7th+tO+4= Date: Wed, 13 Dec 2017 02:10:37 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Editor draft links are broken (404) (#449) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a308c1cca9d9_6c153fea043d8f2891679"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 02:10:40 -0000 ----==_mimepart_5a308c1cca9d9_6c153fea043d8f2891679 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Yes, see #448 *ahem* /cc @MikeBishop @martinthomson -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/449#issuecomment-351259190 ----==_mimepart_5a308c1cca9d9_6c153fea043d8f2891679 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Yes, see #448 ahem

/cc @MikeBishop @martinthomson


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a308c1cca9d9_6c153fea043d8f2891679-- From nobody Tue Dec 12 22:18:57 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.382 X-Spam-Level: X-Spam-Status: No, score=-5.382 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, 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 Date: Tue, 12 Dec 2017 22:18:53 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513145933; bh=CXjDtsloW6X8uwJdIQgEbXN+n6hqx6fU8YwccvESsZA=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GbIsxOMpKP7Smd394+/DQn+o5exMpjyyNknFNhmrJjDHvhmVXrdc4f/+qwEyRF68g m145v2QlQpKPNsUvFEXRwyoOraj8cVEKY/3TCzDuZJpovfYUPqAV5ANzSlAcOPvmR6 XwX1O1ylLH/TJAbqQ15U73RXufe4ujxVhs4X//rg= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] make title consistent with WG terminology (#277) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a30c64da072d_2af43fbf52356f2861019"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 06:18:56 -0000 ----==_mimepart_5a30c64da072d_2af43fbf52356f2861019 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Closed #277. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/277#event-1384993698 ----==_mimepart_5a30c64da072d_2af43fbf52356f2861019 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Closed #277.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a30c64da072d_2af43fbf52356f2861019-- From nobody Tue Dec 12 22:19:03 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.454 X-Spam-Level: X-Spam-Status: No, score=-5.454 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, 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 Date: Tue, 12 Dec 2017 22:18:53 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513145933; bh=xd9j5TzurjOgxVDMjFeDbcUeN4SPp07G2gWjHa3lVlc=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lrIssdSC0QTY1zmcZOAQanvsd/tBkaiPUSPYnlV5m/JeCQt6aBNETHNV8s1FljNUd gPcN+2Xlp01HM93w4KyWvPsM1o6F013Pc0wAjkScWYVMjkAi65/BpNP8wAY0sKrWVA z043lXPoBjvA6GkhWFKVObxwjMZp9gOBUiyh696E= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] make title consistent with WG terminology (#277) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a30c64d8e4a2_92373fc0093baf3459788d"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 06:18:57 -0000 ----==_mimepart_5a30c64d8e4a2_92373fc0093baf3459788d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit OBE -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/277#issuecomment-351294626 ----==_mimepart_5a30c64d8e4a2_92373fc0093baf3459788d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

OBE


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a30c64d8e4a2_92373fc0093baf3459788d-- From nobody Tue Dec 12 22:30:04 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -3.254 X-Spam-Level: X-Spam-Status: No, score=-3.254 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H2=-2.8, 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 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=vRjALPGbEEWB/ygU7ZMGit6mIRg=; b=jMUydaJ7KhDHc0hO JNpGv7F0w4UfTbLQZShDwwfGHOU7D8/nKblLLk/YdXnawdk238cpaZ86gHPWr5Tq cOvMLMEfqEWnpnN3y8K5NA4La9bVXN5z7OWDje4P3FGNZUOXMZTeDtfPlgJdSUAa PHNNHEdQTRY4RFe4IxbWznby+Pw= Date: Wed, 13 Dec 2017 06:29:59 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a30c8e76d13e_2d1113fb5eabbaf28154625"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 06:30:02 -0000 ----==_mimepart_5a30c8e76d13e_2d1113fb5eabbaf28154625 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I've updated SUBMITTING.md; please review. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-351296390 ----==_mimepart_5a30c8e76d13e_2d1113fb5eabbaf28154625 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

I've updated SUBMITTING.md; please review.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a30c8e76d13e_2d1113fb5eabbaf28154625-- From nobody Tue Dec 12 22:46:45 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.474 X-Spam-Level: X-Spam-Status: No, score=-0.474 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=Q3WFEt5ZuaUy3/qdYiyy+t2ZKQ8=; b=f3BpQraE32I8pm34 4aeGZ1Hlis6AJrP0/smjb4E1Ro//LAe7UPuRJC/zPLUwH6u3x7xPLiWSfbWqA67C JGjgERjkyShTLY4JrtYzsBFzmf+eK06bYUnD9L5Gf7eAcyxjZETv0IJbd/bu4DHF UsUhceUldMSJ3PIfBgMBtgWw1KQ= Date: Wed, 13 Dec 2017 06:46:41 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Normalization for parameters (#282) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a30ccd07c3cc_a7b3f9765692f307048f8"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 06:46:44 -0000 ----==_mimepart_5a30ccd07c3cc_a7b3f9765692f307048f8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I think this is OBE - @martinthomson can we close? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/282#issuecomment-351299292 ----==_mimepart_5a30ccd07c3cc_a7b3f9765692f307048f8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

I think this is OBE - @martinthomson can we close?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a30ccd07c3cc_a7b3f9765692f307048f8-- From nobody Tue Dec 12 22:50:13 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.402 X-Spam-Level: X-Spam-Status: No, score=-0.402 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_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=dq7h8p6NDRIYi4fMx5/hrDcLmxY=; b=IBnwa3h47lmIxAYd X/k1w9PTto0seMC0NMR0I1LwTJh2Wa7rjzU324hT6321IcX6XIST+2medkqCghLL Pg5tIkHacmhktXeBoW1zPnkaZAC2CKnij58PQJhpwsbYYxNiSwE+9uff9lj9Iac3 Z2Mg4LkEgiVpqAgHsOkkgsqpCIw= Date: Wed, 13 Dec 2017 06:50:08 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a30cd9fecfd5_49f13fe5f8436f344553a"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 06:50:10 -0000 ----==_mimepart_5a30cd9fecfd5_49f13fe5f8436f344553a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hmm. I just commited bcp56bis-00, and it builds locally, and on Circle, but doesn't upload the drafts to `gh-pages`. Any idea why @martinthomson? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-351299924 ----==_mimepart_5a30cd9fecfd5_49f13fe5f8436f344553a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Hmm. I just commited bcp56bis-00, and it builds locally, and on Circle, but doesn't upload the drafts to gh-pages. Any idea why @martinthomson?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a30cd9fecfd5_49f13fe5f8436f344553a-- From nobody Tue Dec 12 23:01:39 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.382 X-Spam-Level: X-Spam-Status: No, score=-5.382 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, 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 Date: Tue, 12 Dec 2017 23:01:31 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513148491; bh=bpr4RmM4nnUA2P4vsKUkOHGV3OTICk5mu8ind5PwsF0=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=s0FhFWPi8MCt0xYp/Pquk5b7P3TpSkAymMtZ3rKwlkvOwNAdObiw6Acq4/aamASqi SqN3fElX51BmEntcHpZZrvPoq/82CAxIs3/47LUj0YoA9gOJ/DTCyomOGd2hOtsNEu kHWGT6NMdqeQQdyLdY7OVeg/jvmz5Hr4W2ptxKlU= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Editor draft links are broken (404) (#449) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a30d04b7416d_5f1f3f9a6079cf2c11874d"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 07:01:38 -0000 ----==_mimepart_5a30d04b7416d_5f1f3f9a6079cf2c11874d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Closed #449 via fefcff66302823de4ba8f3add38d447d3ce1e89b. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/449#event-1385032976 ----==_mimepart_5a30d04b7416d_5f1f3f9a6079cf2c11874d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Closed #449 via fefcff6.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a30d04b7416d_5f1f3f9a6079cf2c11874d-- From nobody Tue Dec 12 23:03:08 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.474 X-Spam-Level: X-Spam-Status: No, score=-0.474 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=wNsCP1xrQNgt2RZsAhtJZX0oR1Y=; b=exsiTxcnx6SpujfO xJqZELOalCUswTJydKe7fHyiSojQj3rkXe7fRJMsNF2RVP8+O/SgKpRlKkvQomLm BCNl/77S5Abnh3+ZXLOenUJaYzoOAG+uRkHRkf4lwm3FwGMOlVbbgs4R61IoeJA0 7bXFvb0dg6oUIhx/BwMhqG0R9ko= Date: Wed, 13 Dec 2017 07:03:03 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] Remove the "Fork me on Github" banner on editors' drafts (#450) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a30d0a727f02_e113f821e9b2f2851055f"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 07:03:06 -0000 ----==_mimepart_5a30d0a727f02_e113f821e9b2f2851055f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit As it's repellant. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/450 ----==_mimepart_5a30d0a727f02_e113f821e9b2f2851055f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

As it's repellant.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a30d0a727f02_e113f821e9b2f2851055f-- From nobody Tue Dec 12 23:19:04 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.382 X-Spam-Level: X-Spam-Status: No, score=-5.382 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, 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 Date: Tue, 12 Dec 2017 23:18:58 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513149538; bh=p9JMEuSAQ1NopbvQCir3toXCgUnZ0FK23O7UBtbHnmA=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Jdbi6KcuS+dG9pQmt8vdaZwVlL7vkILEFFzDk5x008oYfhVWKQR2Ktv8binvZHmrn QFFOSvj/Y1l2Qf+2YHPQLmjNTfaLF8LmfwdxrC0xRSBQBzI7tAmwis2P0L4uN+uDLt Q8aHW2VBxqDZh7sMWrSlm+Lt9geLO3J6siPfzins= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Fine. FINE. I'll update the links. (fefcff6) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a30d462406dc_5b6f3fd2ab596f38147295"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 07:19:03 -0000 ----==_mimepart_5a30d462406dc_5b6f3fd2ab596f38147295 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit The one gotcha here is that we have a bunch-o links around the web pointing to 404 pages now, with no redirects. :( -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/commit/fefcff66302823de4ba8f3add38d447d3ce1e89b#commitcomment-26234026 ----==_mimepart_5a30d462406dc_5b6f3fd2ab596f38147295 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

The one gotcha here is that we have a bunch-o links around the web pointing to 404 pages now, with no redirects. :(


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a30d462406dc_5b6f3fd2ab596f38147295-- From nobody Tue Dec 12 23:44:19 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.474 X-Spam-Level: X-Spam-Status: No, score=-0.474 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=XR5ZmhPZ0PHnZEmcQPWOhHnhOxc=; b=I9t9smO+DwWz8O1X sUi2e5l8wWeNEEH56LtCEcF3/224bg+2A65we9umOAXNdmxT0NttpvrXg51R3jk2 k6/uOXy5RJfck7WpGvKva24ss3chor7dd3/UfyJ/RfYo+s/WPx2GFLu9Vr1xSq2R 9CPlmvec889JfLQCiRfE/169q60= Date: Wed, 13 Dec 2017 07:44:14 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Fine. FINE. I'll update the links. (fefcff6) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a30da4e92c44_ef3f3fac83f78f2c4588bf"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 07:44:17 -0000 ----==_mimepart_5a30da4e92c44_ef3f3fac83f78f2c4588bf Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See what they made me do? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/commit/fefcff66302823de4ba8f3add38d447d3ce1e89b#commitcomment-26234373 ----==_mimepart_5a30da4e92c44_ef3f3fac83f78f2c4588bf Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

See what they made me do?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a30da4e92c44_ef3f3fac83f78f2c4588bf-- From nobody Tue Dec 12 23:45:09 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.616 X-Spam-Level: X-Spam-Status: No, score=-0.616 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_28=1.404, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=rI+PHNbZw8WPOZohC4hdWMqkNIc=; b=VFwSw6oON+oIAjBY SPTViKB3FskcnBP+wh5B2hg2gZb6UsT2kWelB3+QoNI3aiEW4G3kq4pJoaDdVuTL UAvvMQCXN8TNxX2pi4J+ZcD8saf3nwPJRc9mEbFvijUWrDjL/qnrYklWjnUHH8aW IVTcvJGD7jxzI4tBtQ+TfxwR8d0= Date: Wed, 13 Dec 2017 07:45:05 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Tune HTTP examples (#421) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a30da8085a4a_573c3ff53b258f30324054"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 07:45:07 -0000 ----==_mimepart_5a30da8085a4a_573c3ff53b258f30324054 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit craigpratt commented on this pull request. > @@ -238,16 +239,18 @@ representation length) may respond with a 206 status code (Partial Content) with a Content-Range header indicating the currently satisfiable byte range. For example: -
- HEAD /resource HTTP/1.1 - Range: bytes=0- +
+HEAD /resource HTTP/1.1 +Host: example.com +Range: bytes=0- + Good enough reason for me. Consistency is good.... -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/421#discussion_r156582387 ----==_mimepart_5a30da8085a4a_573c3ff53b258f30324054 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

@craigpratt commented on this pull request.


In draft-ietf-httpbis-rand-access-live.xml:

> @@ -238,16 +239,18 @@
       representation length) may respond with a 206 status code (Partial Content) with a Content-Range
       header indicating the currently satisfiable byte range. For example:
       </t>
-<figure><artwork type="example">
-      HEAD /resource HTTP/1.1
-      Range: bytes=0-
+<figure><artwork type="message/http; msgtype=&#34;request&#34;" x:indent-with="    ">
+HEAD /resource HTTP/1.1
+Host: example.com
+Range: bytes=0-
+

Good enough reason for me. Consistency is good....


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a30da8085a4a_573c3ff53b258f30324054-- From nobody Tue Dec 12 23:45:17 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.402 X-Spam-Level: X-Spam-Status: No, score=-0.402 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_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=25Srx4o1nWyjpC4qsq6+6jDm/zg=; b=eZZ0GXIuDolFnuXS jh0S8MG09xx3l8rtVCj1GcPO7mWX43xXKM73HNi17gkJwkXOiNj6ecPX6D3IyICy +f+zeYvOk8bjmapthufTx89O9qBtUaqtpZrhtw2rmqhgjh7S0+cm0TfYxCqWfJCM ukuZdFZv/NK7bTkpi/pdnk3bGtQ= Date: Wed, 13 Dec 2017 07:45:14 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Tune HTTP examples (#421) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a30da8a273cd_5b6c3fd2ab596f3832437"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 07:45:16 -0000 ----==_mimepart_5a30da8a273cd_5b6c3fd2ab596f3832437 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Merged #421. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/421#event-1385079091 ----==_mimepart_5a30da8a273cd_5b6c3fd2ab596f3832437 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Merged #421.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a30da8a273cd_5b6c3fd2ab596f3832437-- From nobody Tue Dec 12 23:48:52 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.402 X-Spam-Level: X-Spam-Status: No, score=-0.402 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_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=Lct9Ae2410rfQFyTLjzUo6t/I54=; b=eOWr86OYJuHfLDla JGTidKsSADPa8+NGI0gnlp5ixloeNIy2/uQaRj4N9uAdpDpNL7CisYri8Vb2jEVl m6eOWAgDghWfQuKBlHLjiRpMwMFCz7EMloNPIZebxKimxjVzrtznpR2ZjWl3Yx4F YlgWVZ3WSWjpnkzCx8Wp4AQNb3U= Date: Wed, 13 Dec 2017 07:48:48 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] cite rfc 7233 early, and make references more specific (#425) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a30db609fa1d_3f413fe053ddcf344867f"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 07:48:51 -0000 ----==_mimepart_5a30db609fa1d_3f413fe053ddcf344867f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Merged #425. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/425#event-1385083075 ----==_mimepart_5a30db609fa1d_3f413fe053ddcf344867f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Merged #425.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a30db609fa1d_3f413fe053ddcf344867f-- From nobody Tue Dec 12 23:49:30 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -3.182 X-Spam-Level: X-Spam-Status: No, score=-3.182 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_MSPIKE_H2=-2.8, 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 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=YDU9ttwmomrvaCOC9+vVj5ydW5Y=; b=W+6DfHRgHS7E0uhq LhjPOGlNtcKBpQxY0cVGRBV/T4tfM1rvRt/QC0JOI+bYbuwoXwatVcHztoh289eL X0BSxizE+ziqookLW8Bj7tpGuOBn6D4LGERzGz08xNQuRyE0id8w8C4EHfU8A5Qe qS9WOsOZssTqTuFsKC/hQH8fdZU= Date: Wed, 13 Dec 2017 07:49:26 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] add missing paragraph breaks (#426) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a30db86680c6_3f7d3fe053ddcf345189ee"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 07:49:29 -0000 ----==_mimepart_5a30db86680c6_3f7d3fe053ddcf345189ee Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Merged #426. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/426#event-1385083783 ----==_mimepart_5a30db86680c6_3f7d3fe053ddcf345189ee Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Merged #426.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a30db86680c6_3f7d3fe053ddcf345189ee-- From nobody Tue Dec 12 23:53:30 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.454 X-Spam-Level: X-Spam-Status: No, score=-5.454 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, 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 Date: Tue, 12 Dec 2017 23:53:25 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513151605; bh=7KvSDwX5ZMrwOvrhnw3qcGl8s4ITdr8a216TGZuf7I0=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=W7CawO+U2JlJXgGvt5rQe2HVeubZsPxmMNF62c5fWYNoPIGTzNi0rQZoIT7wavYtR YxBcnMfzkfTHW+X2Q878PVtt4xfWETkxiCeQxzh5gU/hBYPBcMhgVMoN0YnOsJemam Z6m7llD2S7VmZeehjA7vkCu/QCXq8vFqfOK8f3/Q= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Expand acronyms and cite HLS and DASH (#427) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a30dc758cd32_358e3fbd16930f2c426782"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 07:53:28 -0000 ----==_mimepart_5a30dc758cd32_358e3fbd16930f2c426782 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Thanks much @reschke ! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/427#issuecomment-351311407 ----==_mimepart_5a30dc758cd32_358e3fbd16930f2c426782 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Thanks much @reschke !


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a30dc758cd32_358e3fbd16930f2c426782-- From nobody Tue Dec 12 23:53:46 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -3.182 X-Spam-Level: X-Spam-Status: No, score=-3.182 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_MSPIKE_H2=-2.8, 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 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=k9ViEDxabvpTfq6m3Jrj9hOP2EY=; b=AsnkFEAn2k++BYOR WaoUIVcsktqkalfqReXCfNH8vN8vaMl07Kv1+ULK/ZXd1IaIMsFGaQJXanVtod7K H4jWqfVjrZonKvca7im14crR3EJFHWwOxYHATjEc0coBqd/qcA+bDchJxsDiMyU6 27xG9rQ5+uNk3DAjPPjpPZSYcnk= Date: Wed, 13 Dec 2017 07:53:42 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Expand acronyms and cite HLS and DASH (#427) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a30dc86a77cd_48f83f9d78628f2c6774ea"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 07:53:45 -0000 ----==_mimepart_5a30dc86a77cd_48f83f9d78628f2c6774ea Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Merged #427. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/427#event-1385088950 ----==_mimepart_5a30dc86a77cd_48f83f9d78628f2c6774ea Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Merged #427.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a30dc86a77cd_48f83f9d78628f2c6774ea-- From nobody Wed Dec 13 02:02:13 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.616 X-Spam-Level: X-Spam-Status: No, score=-0.616 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_28=1.404, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=pZ68N9oTVdR+XxCG/YIL0xSyUYA=; b=dSzGZVs5qzzlLuMT LoO/Kom0t4Kc/u2DuWmr2Wfmzy0K4PShIVJ1VyqTvhlkTy4SMazFluFjIPISXyr1 UlcsNvI1Z80+JLV+NofZaXLeiPaguhFZkk+Z4+zstjCJYeWcj3hu3D9SF1LGLM45 XtWpgI3A24CNoUPpqC43oGfpj2Q= Date: Wed, 13 Dec 2017 10:02:05 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] remove misleading WHATWG info (#451) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a30fa9d6aba2_6ee33f8f7097ef3455541b"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 10:02:11 -0000 ----==_mimepart_5a30fa9d6aba2_6ee33f8f7097ef3455541b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit remove "various" as authors, just list the org, remove misleading date You can view, comment on, or merge this pull request online at: https://github.com/httpwg/http-extensions/pull/451 -- Commit Summary -- * remove misleading WHATWG info -- File Changes -- M draft-ietf-httpbis-bcp56bis.md (6) -- Patch Links -- https://github.com/httpwg/http-extensions/pull/451.patch https://github.com/httpwg/http-extensions/pull/451.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/451 ----==_mimepart_5a30fa9d6aba2_6ee33f8f7097ef3455541b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

remove "various" as authors, just list the org, remove misleading date


You can view, comment on, or merge this pull request online at:

  https://github.com/httpwg/http-extensions/pull/451

Commit Summary

  • remove misleading WHATWG info

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a30fa9d6aba2_6ee33f8f7097ef3455541b-- From nobody Wed Dec 13 06:24:48 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.454 X-Spam-Level: X-Spam-Status: No, score=-5.454 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, 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 Date: Wed, 13 Dec 2017 06:24:44 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513175084; bh=zWLhCm35jm13MRxbtiAeG3JguXYMZBGK7Qny/16QxN0=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Zt4skeZf9erU80G06SKSMjNeHihkZt9uN/rY6rLlYbcfH0n7Z6cMUYadGD9i/m/iG vMALCdLHyDtwdhh8H96DODSFTq20TY6ADlXOREuk3UFzpyP00Tw94Fr3mq67fmDTFB cONReLVithkmbOksggRJ8L79CldDlUOB2r6AROnA= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a31382cdf86_242183fa20b718f3055936a"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 14:24:46 -0000 ----==_mimepart_5a31382cdf86_242183fa20b718f3055936a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Have you set a value for GH_TOKEN in the build configuration? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-351405709 ----==_mimepart_5a31382cdf86_242183fa20b718f3055936a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Have you set a value for GH_TOKEN in the build configuration?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a31382cdf86_242183fa20b718f3055936a-- From nobody Wed Dec 13 06:33:50 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -2.019 X-Spam-Level: X-Spam-Status: No, score=-2.019 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_32=0.001, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, 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 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=5bD11izz1C3nAtUpyrL7u4xtiB4=; b=cKV7tR8nhMGz2S3L QUDOyGKMenVyFTVuhBJQs0dQHk9veWhjk2MGnTJ8fSzituBJrgtp6wY1e+x5/iBl Z41HrUQ2ytLOYB8Y2YnI9q16wi+ER/HxDYfbFKqVMWphf5BgTFpz1m3LeJxYGj82 QJRjKdK850FFJuHLV2PHbC47Ylg= Date: Wed, 13 Dec 2017 14:33:46 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] Remove the repellent ribbon (#452) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a313a49b8a48_2fe43ff4b8cd8f38908cb"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 14:33:50 -0000 ----==_mimepart_5a313a49b8a48_2fe43ff4b8cd8f38908cb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Closes #450 You can view, comment on, or merge this pull request online at: https://github.com/httpwg/http-extensions/pull/452 -- Commit Summary -- * Remove the repellent ribbon -- File Changes -- M Makefile (1) -- Patch Links -- https://github.com/httpwg/http-extensions/pull/452.patch https://github.com/httpwg/http-extensions/pull/452.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/452 ----==_mimepart_5a313a49b8a48_2fe43ff4b8cd8f38908cb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Closes #450


You can view, comment on, or merge this pull request online at:

  https://github.com/httpwg/http-extensions/pull/452

Commit Summary

  • Remove the repellent ribbon

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a313a49b8a48_2fe43ff4b8cd8f38908cb-- From nobody Wed Dec 13 06:42:05 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.474 X-Spam-Level: X-Spam-Status: No, score=-0.474 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=QQjm9WL4+6TKbQrKJuMXojakBOk=; b=ocuiRxqyw6la8jOz TzwP1ao4ezHE5yPbQbN2oXs5QUrVG583myJEUq55K9J9qxzbVz0WsEreejnTAFm5 y4/zYGEefjsiMkck6Sr+WlfCoHxtpbIzRtA3357joNo7YgdZgSxQuCPAGtVJLmtU k9PyDmsculxAHBz9adcreDJDym4= Date: Wed, 13 Dec 2017 14:42:00 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Fine. FINE. I'll update the links. (fefcff6) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a313c383b6e2_b7e3f8441ce2f34177859"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 14:42:03 -0000 ----==_mimepart_5a313c383b6e2_b7e3f8441ce2f34177859 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You didn't need to. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/commit/fefcff66302823de4ba8f3add38d447d3ce1e89b#commitcomment-26241890 ----==_mimepart_5a313c383b6e2_b7e3f8441ce2f34177859 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You didn't need to.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a313c383b6e2_b7e3f8441ce2f34177859-- From nobody Wed Dec 13 08:54:30 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.382 X-Spam-Level: X-Spam-Status: No, score=-5.382 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, 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 Date: Wed, 13 Dec 2017 08:54:26 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513184066; bh=p1tT52BsOBG5pouYz6szh6gkC94Xqn1AMsGymgmlTYs=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sI+lR43BRiFAAkPDCzMlrLId+LWpu5bgXUVV98BYlQKikgbg6xAKlOIv+6uf+hKR+ zoVw/DN2teVWnFtsQUv48AQF8xMT4Q1LMYiy1T2pyZYiqls/3qsPSZIzbbS0QnSe6s +abAi65uGcyHyC5MKb68BTyuGxyxA0K+7SCQTShY= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Fine. FINE. I'll update the links. (fefcff6) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a315b42d4551_1e183f8c11c80f28178437"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 16:54:29 -0000 ----==_mimepart_5a315b42d4551_1e183f8c11c80f28178437 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit As in, we could get the old links back? If so, that'd be great. For context, I filed the bug because we got reports that chromestatus.com links were broken, and I'm sure there are plenty other sites pointing to 404's right now. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/commit/fefcff66302823de4ba8f3add38d447d3ce1e89b#commitcomment-26246008 ----==_mimepart_5a315b42d4551_1e183f8c11c80f28178437 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

As in, we could get the old links back? If so, that'd be great. For co= ntext, I filed the bug because we got reports that chromestatus.com links= were broken, and I'm sure there are plenty other sites pointing to 404's= right now.

&m= dash;
You are receiving this because you are subscribed to this thre= ad.
Reply to this email directly, view it on GitHub, or mute the thread.3D""

= ----==_mimepart_5a315b42d4551_1e183f8c11c80f28178437-- From nobody Wed Dec 13 09:17:31 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.596 X-Spam-Level: X-Spam-Status: No, score=-5.596 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_28=1.404, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, 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 Date: Wed, 13 Dec 2017 09:17:28 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513185448; bh=Bdj2rbZ56OtvuApi3xkQHNkgn3kfR8VFQ0HMhNvw3rQ=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wO/NRKB1PW+OOLfYjVd5qgSvxry5t4l61o1CXCgxc5fhO19Tfu2kb6GbiRtYCijYP 3M5SCY3exTw+j8QqGzs/lVTO8I8+k0G2mJa4pK3uq7/SGtiXNbFBOa2OpZPFKJ/nCE uHvylDZXG7SBa6TC3CKGMZFOm5+6+ckicxL3EprM= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a3160a87084d_5ac63f9becadcf386299c5"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 17:17:31 -0000 ----==_mimepart_5a3160a87084d_5ac63f9becadcf386299c5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Re: the *\*ahem\**, see https://github.com/martinthomson/i-d-template/pull/119. It wound up being easier to do inside the template as something that the parent repo could opt into, than to have the parent repo try to force extra things into gh-pages. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-351459826 ----==_mimepart_5a3160a87084d_5ac63f9becadcf386299c5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Re: the *ahem*, see martinthomson/i-d-template#119. It woun= d up being easier to do inside the template as something that the parent = repo could opt into, than to have the parent repo try to force extra thin= gs into gh-pages.

&m= dash;
You are receiving this because you are subscribed to this thre= ad.
Reply to this email directly, view it on GitHub= , or mute the thread.

= ----==_mimepart_5a3160a87084d_5ac63f9becadcf386299c5-- From nobody Wed Dec 13 11:54:30 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.382 X-Spam-Level: X-Spam-Status: No, score=-5.382 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, 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 Date: Wed, 13 Dec 2017 11:54:26 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513194866; bh=SLNt5cMOt4zPFp+A2zcDgtb5I6kQvcAt+6JOiEZz3HM=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2BthdxKUeFbvE6WfPXAfzlyRXi1a1cqW/ZQY0+OF89HCNURiDWCgQ++cQp4WiqkuD dU/6uZO/jHEZkh0xua36i/XbW3DvPEqgCY/zbotO0Z/WcQBrLIwZU+OK2vvgIMzP4F n4RKvIehrBbdlL3zh9alMgGnatG3IqObuth8lyr0= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Fine. FINE. I'll update the links. (fefcff6) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a3185727b5eb_23e3e3ff435350f347854b"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 19:54:29 -0000 ----==_mimepart_5a3185727b5eb_23e3e3ff435350f347854b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Yes, there's a PR in i-d template to enable generating shortnames automatically. Martin has requested a change, which I'll try to get to today. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/commit/fefcff66302823de4ba8f3add38d447d3ce1e89b#commitcomment-26251636 ----==_mimepart_5a3185727b5eb_23e3e3ff435350f347854b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Yes, there's a PR in i-d template to enable generating shortnames automatically. Martin has requested a change, which I'll try to get to today.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a3185727b5eb_23e3e3ff435350f347854b-- From nobody Wed Dec 13 12:49:36 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -3.182 X-Spam-Level: X-Spam-Status: No, score=-3.182 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_MSPIKE_H2=-2.8, 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 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=e/QPPIIHBxN/GVjo6Yy1Yt5fk4g=; b=e2srEC7IoV3jHdlV m9/355BO8qzhy/hBXnIMmsGdK2Qumj/Df6vlfjkWNTiVmIUroDxloxAwWaogpRov PBpiXlncPMOdf4xoIcCOsMgM29K6xIJRNd1oOmy4QFQbtDUZwfsKwNPE+bz9ONcC 63xKUQRmIfqvgUJwq3dZpsFIBRI= Date: Wed, 13 Dec 2017 20:49:31 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Remove the "Fork me on Github" banner on editors' drafts (#450) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a31925a83b30_73a03fb2de446f3021509e"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 20:49:34 -0000 ----==_mimepart_5a31925a83b30_73a03fb2de446f3021509e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Closed #450 via #452. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/450#event-1386452295 ----==_mimepart_5a31925a83b30_73a03fb2de446f3021509e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Closed #450 via #452.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a31925a83b30_73a03fb2de446f3021509e-- From nobody Wed Dec 13 12:49:43 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -3.182 X-Spam-Level: X-Spam-Status: No, score=-3.182 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_MSPIKE_H2=-2.8, 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 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=Xc8zL67+/kongHc+cQtWm4GO+0I=; b=Tb4qSf4ssyKZx4OJ R80LU70yglqR8mlEXUrCXsk4fRuglqvRpq91dp2KhjHPeK3DyWzOZ5+VcNgPs2tK 0ne0AEze+yHWx/VX1dXw65tKiwe+UDngjnkOO0vgMvcwbT1lyq36B/QPmhJaYNTu JwkqBwAsBZznkF5lJ9hTygX5qOs= Date: Wed, 13 Dec 2017 20:49:30 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Remove the repellent ribbon (#452) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a31925a44cf9_1e063feebb92cf2c1614df"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 20:49:36 -0000 ----==_mimepart_5a31925a44cf9_1e063feebb92cf2c1614df Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Merged #452. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/452#event-1386452292 ----==_mimepart_5a31925a44cf9_1e063feebb92cf2c1614df Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Merged #452.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a31925a44cf9_1e063feebb92cf2c1614df-- From nobody Wed Dec 13 12:57:17 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.402 X-Spam-Level: X-Spam-Status: No, score=-0.402 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_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=+DnwtvBZo439G2CMul1mDbToq/8=; b=u3QD+TA+qJ+M2ovC CduI84HL+k+dS59/DgYQiH80AsOGmBpQyAIX28PvrpY5ZC+fbQ11vvwWDrqHnVn7 GBlWzPkNeu5jJFRg7e/R15NajpYtgu0UpfkLpM4Zvkj0jo6lxl1h1NZahIgCXLoA QMBrvk/LS1I2bskicezsfcaexoY= Date: Wed, 13 Dec 2017 20:57:12 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Remove the "Fork me on Github" banner on editors' drafts (#450) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a3194284d416_134d3fd8e6cc8f2c166b3"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 20:57:15 -0000 ----==_mimepart_5a3194284d416_134d3fd8e6cc8f2c166b3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reopened #450. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/450#event-1386464751 ----==_mimepart_5a3194284d416_134d3fd8e6cc8f2c166b3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Reopened #450.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a3194284d416_134d3fd8e6cc8f2c166b3-- From nobody Wed Dec 13 12:57:20 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.474 X-Spam-Level: X-Spam-Status: No, score=-0.474 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=xJjputnldoJffAT+Tz7o69NfXF0=; b=CsUjOMMakqLnj1+e TJtyATWQ1suhEAu0ByphgdI8n8pKqeE0b6smVw79vjflDFqO7bzDElWwL2E6YFJZ AN44itKn+eL9VVy3dzU6JywoWznWxEr7FQWZ/OsXyaHizR9W+dCHCMz/FO5cNJCq lgjKqh/2WzemGVVZoBSbpMtzWzs= Date: Wed, 13 Dec 2017 20:57:12 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Remove the "Fork me on Github" banner on editors' drafts (#450) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a31942868d4a_520b3facb7484f3878825"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 20:57:16 -0000 ----==_mimepart_5a31942868d4a_520b3facb7484f3878825 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hmm, still seems to be there after a build... -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/450#issuecomment-351519632 ----==_mimepart_5a31942868d4a_520b3facb7484f3878825 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Hmm, still seems to be there after a build...


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a31942868d4a_520b3facb7484f3878825-- From nobody Wed Dec 13 12:59:27 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.382 X-Spam-Level: X-Spam-Status: No, score=-5.382 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, 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 Date: Wed, 13 Dec 2017 12:59:22 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513198762; bh=8Zqb8QWUA5+c1/gRe24RfXGBgfLb/1jM8ZpZtr8bVLY=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HJzFglA46G/GgIVlue5EhEPYvlahuBARTcKbXxoNfLtTeUxuXpZBI8VSVuLGwfZjv WFcJtroRRjsemhb+940CUS33NL8qs4Bek/9x1RealBu3pk6h5LYkduXd2HUKkOPmEO XhknVYj5vtiUm6M4ftjJugsSYk3+ow1jf060bPdw= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a3194aaf11e3_23d23fa2b4988f2810048"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 20:59:25 -0000 ----==_mimepart_5a3194aaf11e3_23d23fa2b4988f2810048 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Ah, that's right - GH_TOKEN set, thanks. It looks like gh_issues is built even for pull requests; is there a way to only do it for master? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-351520248 ----==_mimepart_5a3194aaf11e3_23d23fa2b4988f2810048 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Ah, that's right - GH_TOKEN set, thanks.

It looks like gh_issues is built even for pull requests; is there a way to only do it for master?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a3194aaf11e3_23d23fa2b4988f2810048-- From nobody Wed Dec 13 13:01:50 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -3.182 X-Spam-Level: X-Spam-Status: No, score=-3.182 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_MSPIKE_H2=-2.8, 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 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=2Li6JJy82g0MrRxfyF+Gz+IWvJU=; b=Uq9qv7I06TiSr5hE 9ruc8ydkV3cFkhk1ZIeXhdrFny8YjNidRTgOz1ZA/cS7JlQ8Me0WJoxoxe7AK7kh VRnhpZmbUk5xM9QCZo6b25xQtqIxiC0A9XL/35QorqCbbbVrTz7+qLwhtNnPuQAD gEbZDEp8avkZb1cmLOCMQTvrKL8= Date: Wed, 13 Dec 2017 21:01:46 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Use the I-D Template (#448) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a3195345f9a4_2c5053fa48066ef2c1228e3"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 21:01:49 -0000 ----==_mimepart_5a3195345f9a4_2c5053fa48066ef2c1228e3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Yes, though I don't much see the point, other than as another form of rate limiting. You can check the branch in the step. I think that the variable is CIRCLE_BRANCH. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/448#issuecomment-351520850 ----==_mimepart_5a3195345f9a4_2c5053fa48066ef2c1228e3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Yes, though I don't much see the point, other than as another form of rate limiting.

You can check the branch in the step. I think that the variable is CIRCLE_BRANCH.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a3195345f9a4_2c5053fa48066ef2c1228e3-- From nobody Wed Dec 13 13:17:10 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.402 X-Spam-Level: X-Spam-Status: No, score=-0.402 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_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=g5ex1JWSNdaZW0wx0OXhyUOQOvI=; b=EvxYVy3Bk3fRoZtV BnUOinst0vkBEDKSQKFvm4uuoLbqx1XIXWD0D1v6doqfOBgNoDZ7+CnSTGN1M9vR zlRI07et5iMFiohOm5j+x1u5v11ZcRWNPHCb3BGRxM6E9+L8Kaen8q1rTW+lEHpI c+DXcNb4MoSUUCXDDD1WLDErSfg= Date: Wed, 13 Dec 2017 21:17:05 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] remove misleading WHATWG info (#451) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a3198d11516f_68613fbdf3c4cf342507d8"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 21:17:08 -0000 ----==_mimepart_5a3198d11516f_68613fbdf3c4cf342507d8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Merged #451. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/451#event-1386514021 ----==_mimepart_5a3198d11516f_68613fbdf3c4cf342507d8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Merged #451.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a3198d11516f_68613fbdf3c4cf342507d8-- From nobody Wed Dec 13 13:18:24 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.474 X-Spam-Level: X-Spam-Status: No, score=-0.474 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=gke9NxfIElAIn+DuSirzuLzlv7A=; b=n+NmCwbNuNji3DEM 43g+YHgZMJ04LC8V/SXZ9pOH/iHicGgCGRwkeTmbu9XP+oYTS23Ec3ftWj8Yp+FZ zOlBffkYWeuPLZh2al23j8Gkwqqru7ff9nBNZ6Y4FjzrVM0Cu0H7j/Rj1w0MHjxw E/lprI9omJ6xjx/LOk1IkY09XGk= Date: Wed, 13 Dec 2017 21:18:21 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Remove the repellent ribbon (#452) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a31991d2b7f7_706d3f9a026fcf30184851"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 21:18:23 -0000 ----==_mimepart_5a31991d2b7f7_706d3f9a026fcf30184851 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Issue with logic here fixed in the template code. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/452#issuecomment-351527892 ----==_mimepart_5a31991d2b7f7_706d3f9a026fcf30184851 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Issue with logic here fixed in the template code.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a31991d2b7f7_706d3f9a026fcf30184851-- From nobody Wed Dec 13 13:18:53 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.454 X-Spam-Level: X-Spam-Status: No, score=-5.454 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, 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 Date: Wed, 13 Dec 2017 13:18:50 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513199930; bh=/5c0EbPeXWwQZqoUa9GYnyOoONbIaB+n+8+T9089pu8=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YJllch2Qt0ScMg7V7moXToXT5H+V+MGyumNQjMkYUDYI1OCg0o89UW/J/RjBHlXdI bEovQSg464pMbxB1VpUBVGJqVzM4mq+7nAdidSo8lLw5qs3XqSMUw1HtWAGei/Piy7 Al60LzGy/QPJQjylBBV7/TGs2UCcNnCIP3HFmAMc= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Remove the "Fork me on Github" banner on editors' drafts (#450) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a31993a9ce60_ae43ff5509a6f34670e9"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 21:18:52 -0000 ----==_mimepart_5a31993a9ce60_ae43ff5509a6f34670e9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit This should be OK now based on the changes I made in the template repo. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/450#issuecomment-351528028 ----==_mimepart_5a31993a9ce60_ae43ff5509a6f34670e9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

This should be OK now based on the changes I made in the template repo.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a31993a9ce60_ae43ff5509a6f34670e9-- From nobody Wed Dec 13 13:19:00 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.382 X-Spam-Level: X-Spam-Status: No, score=-5.382 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, 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 Date: Wed, 13 Dec 2017 13:18:50 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513199930; bh=e/C52/XHYKtd6S+/eAhOW/MyvClxNLI/XJbAdj1ImrQ=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=y2wFxFKdUc3ynhH9HICwJOi5yPMKQk5IhR8XWRYNtB04Wi8eWCo9iUy6jDX4oeQ7e jkJGRbAaRQxv/br0WrYTpeCj+Ug1AmQtLKb5/sYIa1nkhpTiF9EfRFRgD3H6BdnR2J LiU5iz6Qz81ol6JPTuQ4gGtJ9V5t0mVwMfXMZuGc= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Remove the "Fork me on Github" banner on editors' drafts (#450) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a31993ad6367_5e43fc2c4fbcf2c15049e"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 21:18:54 -0000 ----==_mimepart_5a31993ad6367_5e43fc2c4fbcf2c15049e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Closed #450. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/450#event-1386516836 ----==_mimepart_5a31993ad6367_5e43fc2c4fbcf2c15049e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Closed #450.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a31993ad6367_5e43fc2c4fbcf2c15049e-- From nobody Wed Dec 13 17:40:22 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.473 X-Spam-Level: X-Spam-Status: No, score=-0.473 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=ZXlvehL4JBqAxZWvVMKDWhapGJI=; b=P5XBvwWG1kj8Q4UF ZAJa8I7dDdcIrBZRFV8zcm/z8i8iWhl/2Bdka8x6SNeRJnOCVehN6toMubL+2LUw LgxTKBljkKRpyx+tP5UJ2EZZdFcVfX6Qvmn3TO0h497VHeppJWwZJ/ez7KLzuEE5 7yN5af2SK0nfR97iyNYb/cBWZok= Date: Thu, 14 Dec 2017 01:40:17 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] Examples (#453) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a31d6811284e_5a83fbdef5e6f2c119626"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2017 01:40:20 -0000 ----==_mimepart_5a31d6811284e_5a83fbdef5e6f2c119626 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Examples should include HTTP/1.1 headers, with both the request and response. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/453 ----==_mimepart_5a31d6811284e_5a83fbdef5e6f2c119626 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Examples should include HTTP/1.1 headers, with both the request and response.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a31d6811284e_5a83fbdef5e6f2c119626-- From nobody Wed Dec 13 17:41:19 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.401 X-Spam-Level: X-Spam-Status: No, score=-0.401 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_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=bnX6EZ7qLsjtHydSmKBm/U96Oag=; b=d/ZAfBhvCk6y5XKp hBYYXMUPZhMDrJFE/QtXO/ZqzsSsj9N3l9/t3QXyYgeranoh0UHE5CdMh6ccO/bc BSzVob8cXJ57iH6ASgF28jHNLaAxEPhmEYwIMaktO4T1FZYqZBtwnRMcRf21w2dW X1e4rent4ySAKUrhoz+dp+YvD5I= Date: Thu, 14 Dec 2017 01:41:15 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] Pervasive Monitoring is not the only reason (#454) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a31d6bb25e89_386f3fa42030cf381464ef"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2017 01:41:18 -0000 ----==_mimepart_5a31d6bb25e89_386f3fa42030cf381464ef Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable The bcp56bis draft currently says: =E2=80=9Chttps=E2=80=9D is preferred to mitigate pervasive monitoring attac= ks [RFC7258]. This implies that this is the only reason. The best reasons are not even me= ntioned: authentication, confidentiality, and integrity. (from @martinthomson) --=20 You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/454= ----==_mimepart_5a31d6bb25e89_386f3fa42030cf381464ef Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

The bcp56bis draft currently says:

=E2=80=9Chttps=E2=80=9D is preferred to mitigate pervasive monitoring at= tacks [RFC7258].
This implies that this is the only reason. The best reasons are not even me= ntioned: authentication, confidentiality, and integrity.

(from @martinthomson)

&mda= sh;
You are receiving this because you are subscribed to this thread.<= br />Reply to this email directly, view it on GitHub, or mute the thread.3D""

= ----==_mimepart_5a31d6bb25e89_386f3fa42030cf381464ef-- From nobody Wed Dec 13 17:42:19 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.615 X-Spam-Level: X-Spam-Status: No, score=-0.615 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_28=1.404, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=b+zKazpKWOiz+SecwPmCrTN355U=; b=gRNv8gb8oGyBfUTH dlu9b3L0Vqohjhnq+Fzzdq8sFZ6ILKT8hewLwKntQQd5V7EIPQuWQau1Yk9XUKp3 hWO5nSGrs1y7Cybf0tdqzxkNQ/ckJqzG2SX0NCYXQozP1QnbSk0JOeGQxkoywgJH 6Wc74lwIv4CxHnL+WCeywkXa8g8= Date: Thu, 14 Dec 2017 01:42:16 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] Advice on transport ports (#455) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a31d6f791129_117e3f802a99cf347535d"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2017 01:42:19 -0000 ----==_mimepart_5a31d6f791129_117e3f802a99cf347535d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit > Applications that use HTTP SHOULD use the default port for the URL scheme in use. This isn't really necessary. I would instead say that the port number is in the URL and cite [Initial URL Discovery](https://mnot.github.io/I-D/bcp56bis/#initial-url-discovery) for details. Then explain that if you are bootstrapping from a bare hostname with `.well-known`, then this should assume the use of the default port for the scheme unless there are very good reasons. In particular, when it comes to using port numbers other than the default, you can note that there are privacy implications (it makes your protocol distinguishable) and deployment implications (some middleboxes might interfere with the operation of your protocol). (from @martinthomson) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/455 ----==_mimepart_5a31d6f791129_117e3f802a99cf347535d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Applications that use HTTP SHOULD use the default port for the URL scheme in use.

This isn't really necessary. I would instead say that the port number is in the URL and cite Initial URL Discovery for details.

Then explain that if you are bootstrapping from a bare hostname with .well-known, then this should assume the use of the default port for the scheme unless there are very good reasons. In particular, when it comes to using port numbers other than the default, you can note that there are privacy implications (it makes your protocol distinguishable) and deployment implications (some middleboxes might interfere with the operation of your protocol).

(from @martinthomson)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a31d6f791129_117e3f802a99cf347535d-- From nobody Wed Dec 13 17:43:09 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.381 X-Spam-Level: X-Spam-Status: No, score=-5.381 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, 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 Date: Wed, 13 Dec 2017 17:43:06 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513215786; bh=37ifqTng2gI/kGtRVWZjsO4eHvQZ7TcwWqnvo1JbQ08=; h=From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=NN4JklZtWE5ImVxfq3NCY/1Nf2msiwMs/WbFN7CXrYrWfT0q6wQCMs4EIYoruX04Y 30ap/YXyKcbAEKXBiqjRXu8WxLWDFvcIFgqS9KgPyIkzBOnrN1E9C4JBczTsz8U+Qy uFn+JAaHL714wUQDCNEFupfK2ZBVbQeGB5RhkmI0= To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] Any room for 6648 (#456) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a31d72a7a1f_299153feb5bed6f302125c9"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2017 01:43:08 -0000 ----==_mimepart_5a31d72a7a1f_299153feb5bed6f302125c9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable bcp56bis says > In particular, if a header field is specific to an application, an iden= tifier for that application SHOULD form a prefix to the header field name= , separated by a =E2=80=9C-=E2=80=9C. This might tempered by a reference to RFC 6648 so that people don't get t= he mistaken impression that prefixing is a universal good. The important= qualification here is that the header field is specific to that applicat= ion, which probably needs emphasis. -- = You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/456= ----==_mimepart_5a31d72a7a1f_299153feb5bed6f302125c9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

bcp56bis says

In particular, if a header field is specific to an application, an ide= ntifier for that application SHOULD form a prefix to the header field nam= e, separated by a =E2=80=9C-=E2=80=9C.

This might tempered by a reference to RFC 6648 so that people don't ge= t the mistaken impression that prefixing is a universal good. The import= ant qualification here is that the header field is specific to that appli= cation, which probably needs emphasis.

&m= dash;
You are receiving this because you are subscribed to this thre= ad.
Reply to this email directly, view it on GitHub, or mute the thread.3D""

= ----==_mimepart_5a31d72a7a1f_299153feb5bed6f302125c9-- From nobody Wed Dec 13 17:44:01 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.453 X-Spam-Level: X-Spam-Status: No, score=-5.453 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, 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 Date: Wed, 13 Dec 2017 17:43:56 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513215836; bh=pL7LK5/4rKYqf5dcPaxUCx1LGXX+gONiHLIgEG2+TpI=; h=From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=dq8agUYJloTYmStALpmbZYVS/6YgZr3q8qOtVsorCyseaI9mfU413pRJirGa4cv5/ NNQ4TlDv0F0aJEMLPjl/aRV5PF69ww4InWE1BTO8dAoSk0i0OVHuUMVkSnlhtllybq Eeryjj+9coJlyV1PlQXpdTpxfKz95MnXIx5eA1YU= To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] Digest Auth (#457) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a31d75cb7bbf_4d1e3fb5c939af30104722"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2017 01:43:59 -0000 ----==_mimepart_5a31d75cb7bbf_4d1e3fb5c939af30104722 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Digest authentication is laughably weak; anything that uses it over HTTP is asking for trouble. (from @martinthomson) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/457 ----==_mimepart_5a31d75cb7bbf_4d1e3fb5c939af30104722 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Digest authentication is laughably weak; anything that uses it over HTTP is asking for trouble.

(from @martinthomson)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a31d75cb7bbf_4d1e3fb5c939af30104722-- From nobody Wed Dec 13 17:44:44 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.453 X-Spam-Level: X-Spam-Status: No, score=-5.453 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, 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 Date: Wed, 13 Dec 2017 17:44:39 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513215879; bh=P8VG7sSEyB+5nbgkwY2Q2MbqQP2rB8HpUJRISBk1UNc=; h=From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=BHII+p1F09nz3Ls1MY4X+QmvU9Im//5ZkLbuAUmpzfsxIMBRoJui8ZIjIw6yzYiuj uHI0xS8EGqkvyjqWT1KfzxFvXGYKGoYDPfimVZ0ZTPWUbdB45sdswUlyeCLR5TMfui 2oPMl8M/7WbWmyJ/o1FFP/Vxa33V6GOs/zjA6qD0= To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] Connections (#458) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a31d787e7968_6ecd3ff0f84f2f30855d9"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2017 01:44:42 -0000 ----==_mimepart_5a31d787e7968_6ecd3ff0f84f2f30855d9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Don't depend on state in connection https://mailarchive.ietf.org/arch/msg/ietf/SF3k5e76DmMjwtPz9Zt342Q0GSc -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/458 ----==_mimepart_5a31d787e7968_6ecd3ff0f84f2f30855d9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Don't depend on state in connection

https://mailarchive.ietf.org/arch/msg/ietf/SF3k5e76DmMjwtPz9Zt342Q0GSc


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a31d787e7968_6ecd3ff0f84f2f30855d9-- From nobody Wed Dec 13 17:47:37 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.595 X-Spam-Level: X-Spam-Status: No, score=-5.595 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_28=1.404, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, 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 Date: Wed, 13 Dec 2017 17:47:34 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513216054; bh=IMhKGWx0qja8CJZB2n5ZsX+9bKz57CyFeexL6a9RAeM=; h=From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=ID4xfNNuZHOOz1uFJ91hkdJJIrnQOsZJB4+BuY8kXGCy/qvcIjs+Cmq5Uum2qCno/ aorwgcZLJdj+JQPS3B4xuUvoPSMF3wZe+dYfjr9ebGk6MAo3FdgZbnjffO3B2CTVvr 0ceGr16JqsQmw/YVom6gME0qZ//qp4Cy+NVLVotI= To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] Size checks (#459) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a31d83616959_2eec43fd88afd4f3811540"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2017 01:47:36 -0000 ----==_mimepart_5a31d83616959_2eec43fd88afd4f3811540 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Many of the algorithms in structured-headers are defined as taking input_string and returning a parsed X after modifying input_string to remove the X. This is a pretty common way of building an inline parser. Take label, which describes an initial step of: > If input_string contains more than 256 characters, throw an error. But a label can be followed by other things that will cause the overall string to exceed this length. So this check is invalid. I'd recommend moving the size checks into the algorithm body. If X exceeds length maxlen(X), then throw as you are scrubbing through. (from @martinthomson) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/459 ----==_mimepart_5a31d83616959_2eec43fd88afd4f3811540 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Many of the algorithms in structured-headers are defined as taking input_string and returning a parsed X after modifying input_string to remove the X. This is a pretty common way of building an inline parser.

Take label, which describes an initial step of:

If input_string contains more than 256 characters, throw an error.

But a label can be followed by other things that will cause the overall string to exceed this length. So this check is invalid.

I'd recommend moving the size checks into the algorithm body. If X exceeds length maxlen(X), then throw as you are scrubbing through.

(from @martinthomson)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a31d83616959_2eec43fd88afd4f3811540-- From nobody Wed Dec 13 17:49:10 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.401 X-Spam-Level: X-Spam-Status: No, score=-0.401 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_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=VuLum/YkFbJ8NbwtYQDLrjMd5F0=; b=psxwgSYsol7kjA8i 8knY+gz/cbr/QnKuc3cnHQp5yNXgWXn22ihbuRpiUZYPd9IkJH4dREe+aQWC0a0S qckpj60/aZc5ebK2L6lD87y4af7Jmc6NC4eiXtrOyB3fE4WEm7pbb5R30Q2IsYoE pT8/Oy1PzMjnjcXeYOI9K40tlIs= Date: Thu, 14 Dec 2017 01:49:06 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] URL schemes (#460) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a31d892330c6_38ac3fa42030cf38249810"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2017 01:49:09 -0000 ----==_mimepart_5a31d892330c6_38ac3fa42030cf38249810 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit > The resources identified by the new scheme will still be available with "http" and/or "https" URLs to clients. While it is possible to define the relationship between these resources in the new scheme's specification, existing HTTP software (such as clients, caches, intermediaries and servers) will not be available, so there is a danger of confusion when the "wrong" URL is used. I don't understand this statement, particularly "existing HTTP software will not be available". I think it's just a word or two missing but I don't know what's appropriate. (from @LPardue) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/460 ----==_mimepart_5a31d892330c6_38ac3fa42030cf38249810 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

The resources identified by the new scheme will still be available with "http" and/or "https" URLs to clients. While it is possible to define the relationship between these resources in the new scheme's specification, existing HTTP software (such as clients, caches, intermediaries and servers) will not be available, so there is a danger of confusion when the "wrong" URL is used.

I don't understand this statement, particularly "existing HTTP software will not be available". I think it's just a word or two missing but I don't know what's appropriate.

(from @LPardue)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a31d892330c6_38ac3fa42030cf38249810-- From nobody Wed Dec 13 17:54:00 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.473 X-Spam-Level: X-Spam-Status: No, score=-0.473 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=pvt0n3sKoX4ShO4hQY5aGxNA8XU=; b=gjXq6jDUDS+RG+0m kc11YaAE45n7hyHCucvL3/HYtg7Y+sNk2WjPQzjVfxcnx2gpfxvQ0ftSWuWngHAb yU1y/7bjFxG/2RNbTA2Ko+paB8zZm3JEfGeo3krFSY+jQ2cydeqA7B+hMXOAaPFa vtQs8+zT/mZ9pifbcpvac+xP9jU= Date: Thu, 14 Dec 2017 01:53:53 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Warning from clear-for-DTD (#208) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a31d9b0a5d65_66ea3ff3e61f0f30126917"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2017 01:53:59 -0000 ----==_mimepart_5a31d9b0a5d65_66ea3ff3e61f0f30126917 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit OBE -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/208#issuecomment-351583890 ----==_mimepart_5a31d9b0a5d65_66ea3ff3e61f0f30126917 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

OBE


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a31d9b0a5d65_66ea3ff3e61f0f30126917-- From nobody Wed Dec 13 17:54:08 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.401 X-Spam-Level: X-Spam-Status: No, score=-0.401 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_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=A/wrm6ayEMPdngI/qy6F4V173/4=; b=UZuClUBdFR9Dtmjg KMQMctYu7aEypwDrSBJGQQSn5aUipbxwNyU5yu8R4oadJuTcZB+iRxU7d3gPtIOJ Y4w1+DTSj5L01F29ZIWldJbM1NeFCH7SHhJQw1rF2jfIK4rJ16p0GMgL0IFB1bY9 be9NrGgzY3CDpu7/tg45EKTLD3E= Date: Thu, 14 Dec 2017 01:53:53 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Warning from clear-for-DTD (#208) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a31d9b16feb5_7e563fe8ea17af30152647"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2017 01:54:02 -0000 ----==_mimepart_5a31d9b16feb5_7e563fe8ea17af30152647 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Closed #208. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/208#event-1386855365 ----==_mimepart_5a31d9b16feb5_7e563fe8ea17af30152647 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Closed #208.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a31d9b16feb5_7e563fe8ea17af30152647-- From nobody Sat Dec 16 13:48:17 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -4.953 X-Spam-Level: X-Spam-Status: No, score=-4.953 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, RCVD_IN_SORBS_SPAM=0.5, 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 Date: Sat, 16 Dec 2017 13:48:14 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1513460894; bh=d6SB70xa9OrVAQlpXlLjMztBMTUChTNh+tsc/bkpQ8g=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FZ5cwCrxS2CpAkKrbjO6Nb0cQrzQP/KFGwpQDDut7gz6wXwCL4mIHRT9nDmnrLnrE 5y+dJs5kJj56qqqMScSYVftnjzp325uOIabPiWTPZD0IaMAYiZ0L/5qdMaIFZW+bD5 5NGNC4oll5VMhvQEHKnFFHkLiyxZfo0k9D2O6dyc= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Normalization for parameters (#282) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a35949ebc60_26283ff793ff2f386220cd"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Dec 2017 21:48:16 -0000 ----==_mimepart_5a35949ebc60_26283ff793ff2f386220cd Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I think that the question remains relevant, but are you suggesting that I make it a 723x-bis question instead? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/issues/282#issuecomment-352214126 ----==_mimepart_5a35949ebc60_26283ff793ff2f386220cd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

I think that the question remains relevant, but are you suggesting that I make it a 723x-bis question instead?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a35949ebc60_26283ff793ff2f386220cd-- From nobody Wed Dec 20 06:30:51 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.626 X-Spam-Level: X-Spam-Status: No, score=-0.626 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_28=1.404, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=XYOY40x1zj8DZfOoSy8YMgsnj7w=; b=UcjozUE1DPd9Xuh4 bOHHLNLlFmxKT9FcJU/YOHI52C700X3NT/DZ4/h4k79GatILgHJ87BEEzqZT4BFX 9ipk+1WKFhmgFrBbcYQC2CLb8BTeWdndZUa7jJdIpOHUMQxuXwL7XVlnt7s5XkSl 6lxzG16B/fq5pSAgxELvsy1ZXrM= Date: Wed, 20 Dec 2017 14:30:35 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] no references in abstract (#461) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a3a740a786f3_57153fde166daf2c638da"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2017 14:30:50 -0000 ----==_mimepart_5a3a740a786f3_57153fde166daf2c638da Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You can view, comment on, or merge this pull request online at: https://github.com/httpwg/http-extensions/pull/461 -- Commit Summary -- * no references in abstract -- File Changes -- M draft-ietf-httpbis-h2-websockets.md (2) -- Patch Links -- https://github.com/httpwg/http-extensions/pull/461.patch https://github.com/httpwg/http-extensions/pull/461.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/461 ----==_mimepart_5a3a740a786f3_57153fde166daf2c638da Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You can view, comment on, or merge this pull request online at:

  https://github.com/httpwg/http-extensions/pull/461

Commit Summary

  • no references in abstract

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a3a740a786f3_57153fde166daf2c638da-- From nobody Wed Dec 20 06:33:57 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.626 X-Spam-Level: X-Spam-Status: No, score=-0.626 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_28=1.404, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=hnSJbw/n0OKobIzzqls5CvQMfFY=; b=IA8u3Ab50TOAzO5w Ujtxc7vJfMsRS8pUw3YJ4vMk59DihxvlCu3pB7TP/oA63qM5w4g7xyIm+y5erutC TNLSyHdjhlDOlXRJQi+RAwh0gG6w7pFfHd0RiDwaKcps/UpJfKy1hZMIeN9+r6nK GkxwAZw59xxaRVR7qLnbZmSJqRM= Date: Wed, 20 Dec 2017 14:33:51 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] Section reference format (#462) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a3a74cf65a55_28f533fee417b6f28530713"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2017 14:33:56 -0000 ----==_mimepart_5a3a74cf65a55_28f533fee417b6f28530713 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You can view, comment on, or merge this pull request online at: https://github.com/httpwg/http-extensions/pull/462 -- Commit Summary -- * Section reference format -- File Changes -- M draft-ietf-httpbis-h2-websockets.md (14) -- Patch Links -- https://github.com/httpwg/http-extensions/pull/462.patch https://github.com/httpwg/http-extensions/pull/462.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/462 ----==_mimepart_5a3a74cf65a55_28f533fee417b6f28530713 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You can view, comment on, or merge this pull request online at:

  https://github.com/httpwg/http-extensions/pull/462

Commit Summary

  • Section reference format

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a3a74cf65a55_28f533fee417b6f28530713-- From nobody Wed Dec 20 06:37:10 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.412 X-Spam-Level: X-Spam-Status: No, score=-0.412 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_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=RmOc9Z9SrkCRwRDFcmByVqqDtM0=; b=GFZ8XD+dZW4u4wVq IjNN9JRefQwdXL8rq0ZbI1RlEkYhoVfzS4qhlH3uI/m7N5zpJ1sFdcF7Co8pXFiY l/XzBzedEeGF0Oc/DfGDSq7wmUqtVyT2rrq8a/SS/PEgiXCSLo7VyU6Gb3VR698F ebeOS1RDWjIwJMlZAhzMAWleL6k= Date: Wed, 20 Dec 2017 14:37:06 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] no references in abstract (#461) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a3a7591db217_a373fea78c82f3842847b"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2017 14:37:09 -0000 ----==_mimepart_5a3a7591db217_a373fea78c82f3842847b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Merged #461. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/461#event-1396204471 ----==_mimepart_5a3a7591db217_a373fea78c82f3842847b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Merged #461.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a3a7591db217_a373fea78c82f3842847b-- From nobody Wed Dec 20 06:37:58 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.393 X-Spam-Level: X-Spam-Status: No, score=-0.393 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_MSPIKE_H2=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=nbWV3SChbMwaYw6bm2dM6YdOcRM=; b=aCG6yhawknzVGL6m AqRsywZwDa9AX9FQu3C8wDkkulLqay7QvlIagDulGEFHOqdVFy0YmOQ5Ktm06No2 HBolgz9J/tITx41HaYiH7pdvdPMj5jpbiNyeR0WHTTTx9I5/She7xxzhUBueHehT JrR9hmMhPQ7Fvbcmaxr1M+yoD2w= Date: Wed, 20 Dec 2017 14:37:53 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] Section reference format (#462) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a3a75c17636d_4713fd1c03f2f384952c7"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2017 14:37:56 -0000 ----==_mimepart_5a3a75c17636d_4713fd1c03f2f384952c7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Merged #462. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/462#event-1396206063 ----==_mimepart_5a3a75c17636d_4713fd1c03f2f384952c7 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Merged #462.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a3a75c17636d_4713fd1c03f2f384952c7-- From nobody Sat Dec 30 07:28:26 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.454 X-Spam-Level: X-Spam-Status: No, score=-5.454 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, 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 Date: Sat, 30 Dec 2017 07:28:22 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1514647702; bh=tOG9JxltKUxpaQRiMurabi+y2vaT1GHVudgpHN0bYmo=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ethp2JRollDiUpj+60u1z6yAmyp5CyjjQaI1OhtPRTKUsysNkaOnsyqV7v78DUE89 QRTE2PAXeiXkMvSn6mXOf5aneVpLdczte5YeQr11mWREvFlkhNDM+ciuYKeJhx2t4f nt8d2AYI9q2tlikT0H4eVAeVMbu8kWdBP/Ifru5E= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] RFC 2616 -> 723x (#381) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a47b0961ab59_34213fa321834f382138f3"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2017 15:28:25 -0000 ----==_mimepart_5a47b0961ab59_34213fa321834f382138f3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit @mikewest - ping? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/381#issuecomment-354551838 ----==_mimepart_5a47b0961ab59_34213fa321834f382138f3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

@mikewest - ping?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a47b0961ab59_34213fa321834f382138f3-- From nobody Sat Dec 30 07:30:19 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.607 X-Spam-Level: X-Spam-Status: No, score=-0.607 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_28=1.404, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=JEdR8Lgn2Pfbnzzry7kibSXRKmA=; b=tE0zdfbJuaXxNa23 0CffIGK/lu6XqcjBEnM+CRt4/EAAwKXpYKpDpQrCTqJp/ZydQ7Qvbnp0kZe3C7Xu 0PCbOzwHzdmdZy1pBbSvsF8wJmceBfCOPSDRUdC6f8/jQxTIgiWEQUzJF+lzAAVo vwnMF3hoe2SD2vGkFJ60IygBq3Q= Date: Sat, 30 Dec 2017 15:30:11 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] make section reference a link (#463) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a47b103a682_52e93f7fe2b04f2c167582a"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2017 15:30:17 -0000 ----==_mimepart_5a47b103a682_52e93f7fe2b04f2c167582a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You can view, comment on, or merge this pull request online at: https://github.com/httpwg/http-extensions/pull/463 -- Commit Summary -- * make section reference a link -- File Changes -- M draft-ietf-httpbis-client-hints.md (4) -- Patch Links -- https://github.com/httpwg/http-extensions/pull/463.patch https://github.com/httpwg/http-extensions/pull/463.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/463 ----==_mimepart_5a47b103a682_52e93f7fe2b04f2c167582a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You can view, comment on, or merge this pull request online at:

  https://github.com/httpwg/http-extensions/pull/463

Commit Summary

  • make section reference a link

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a47b103a682_52e93f7fe2b04f2c167582a-- From nobody Sat Dec 30 07:32:00 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -5.382 X-Spam-Level: X-Spam-Status: No, score=-5.382 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, 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 Date: Sat, 30 Dec 2017 07:31:56 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1514647916; bh=yTolLwJWj1oL4LrjibVAkIYPwtUnDmuE4koW7f7DhvM=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=h5LVUzbQR+pwGFKD6Ohqve1IygFh62wh4BZVeLkKKTmorJ1maXXTqbfkvIhVEwG/O oJrdS4QA/qZnkLshqVBULDvnU0wycL1v79pMEdRaVyzMh6LcMFFnJLNJJGg0PQ62K8 mm5ByacEchQGt8tANiUgR/PzKyYachcEKOn3x6Sg= To: httpwg/http-extensions Cc: Subscribed In-Reply-To: References: Subject: Re: [httpwg/http-extensions] make section reference a link (#463) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a47b16c28517_464b3f84f8762f34708551"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2017 15:31:58 -0000 ----==_mimepart_5a47b16c28517_464b3f84f8762f34708551 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Closed #463. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/463#event-1405111018 ----==_mimepart_5a47b16c28517_464b3f84f8762f34708551 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Closed #463.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a47b16c28517_464b3f84f8762f34708551-- From nobody Sat Dec 30 08:37:05 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.607 X-Spam-Level: X-Spam-Status: No, score=-0.607 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_28=1.404, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=hudtFO0yZLnMdFXz4Fzs8dOIiyI=; b=xNAGTabAXd6WCqJA ZCKXDYrUhkk20M7dQuLifF4X0sTNgkZ5CeI56jfA2BM/hGhy9vUwjmtOgpruuATv vO6A32Wyu0lmQQJu8hR2HumSvLyDyTtwx44B85O2zsHchGcFqO9+WNxbs+pkREIa nTWUuF3XQh71XxH6p0r4Y2Y2394= Date: Sat, 30 Dec 2017 16:36:59 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] consistency: "header field" (#464) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a47c0ab5341b_52fe3f7fe2b04f2c128357d"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2017 16:37:04 -0000 ----==_mimepart_5a47c0ab5341b_52fe3f7fe2b04f2c128357d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You can view, comment on, or merge this pull request online at: https://github.com/httpwg/http-extensions/pull/464 -- Commit Summary -- * consistency: "header field" -- File Changes -- M draft-ietf-httpbis-rand-access-live.xml (12) -- Patch Links -- https://github.com/httpwg/http-extensions/pull/464.patch https://github.com/httpwg/http-extensions/pull/464.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/464 ----==_mimepart_5a47c0ab5341b_52fe3f7fe2b04f2c128357d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You can view, comment on, or merge this pull request online at:

  https://github.com/httpwg/http-extensions/pull/464

Commit Summary

  • consistency: "header field"

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a47c0ab5341b_52fe3f7fe2b04f2c128357d-- From nobody Sat Dec 30 08:41:06 2017 Delivered-To: http-issues@ietfa.amsl.com X-Spam-Flag: NO X-Spam-Score: -0.626 X-Spam-Level: X-Spam-Status: No, score=-0.626 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_28=1.404, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=no autolearn_force=no Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=6gPYvJLbBvyvKNrvm4Rfs41o6Wc=; b=w/yKqqv/mxS2rmti cM70plHX1+A7mQw+flTi1DMIaYSAl4Gx594QHa/xUf3RyfOE9183g3/AdcNsdbkd sB9M1dV5ZYaAv1WefO9sA5u+fLYOXkn0CYPTfMa3n3EOcjnE2lDHkKdK+sN/t/zD rKzRjQ3BRIA3GZrvISMOpS9ws1Q= Date: Sat, 30 Dec 2017 16:41:00 +0000 (UTC) To: httpwg/http-extensions Cc: Subscribed Subject: [httpwg/http-extensions] fix missing word (#465) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a47c19c84066_28dd3f967d01cf2c2278320"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list Archived-At: Message-ID: From: HTTP issue updates Reply-To: http-issues@ietf.org X-BeenThere: http-issues@ietf.org X-Mailman-Version: 2.1.22 List-Id: HTTP issue updates List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2017 16:41:03 -0000 ----==_mimepart_5a47c19c84066_28dd3f967d01cf2c2278320 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You can view, comment on, or merge this pull request online at: https://github.com/httpwg/http-extensions/pull/465 -- Commit Summary -- * fix missing work -- File Changes -- M draft-ietf-httpbis-rand-access-live.xml (2) -- Patch Links -- https://github.com/httpwg/http-extensions/pull/465.patch https://github.com/httpwg/http-extensions/pull/465.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/httpwg/http-extensions/pull/465 ----==_mimepart_5a47c19c84066_28dd3f967d01cf2c2278320 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You can view, comment on, or merge this pull request online at:

  https://github.com/httpwg/http-extensions/pull/465

Commit Summary

  • fix missing work

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5a47c19c84066_28dd3f967d01cf2c2278320--