- From: Poul-Henning Kamp <phk@phk.freebsd.dk>
- Date: Mon, 10 Oct 2016 17:03:08 +0000
- To: Martin Thomson <martin.thomson@gmail.com>
- cc: internet-drafts@ietf.org, i-d-announce@ietf.org, HTTP Working Group <ietf-http-wg@w3.org>
-------- In message <CABkgnnWbhvhPu8i4+ueqhU66p4zWvptGYmkUrKfFfPK_egqiKg@mail.gmail.com> , Martin Thomson writes: >On 10 October 2016 at 16:01, <internet-drafts@ietf.org> wrote: >> https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-03 > >This version enacts the plan I described at the last meeting (and also >in email: https://lists.w3.org/Archives/Public/ietf-http-wg/2016JulSep/0368.html). Two comments. As far as I can see, you are now introducing a new HTTP header syntax, I would propose that you collapse the two headers to one, and stay inside the "common structure" I proposed[1], so we won't need another parser. For instance change: HTTP/1.1 200 OK Content-Type: text/html Content-Encoding: gzip, aesgcm Transfer-Encoding: chunked Encryption: keyid="me@example.com"; salt="m2hJ_NttRtFyUiMRPwfpHA" to: HTTP/1.1 200 OK Content-Type: text/html Content-Encoding: gzip, aesgcm Transfer-Encoding: chunked Encryption: aesgcm;keyid="me@example.com"; salt="m2hJ_NttRtFyUiMRPwfpHA" Poul-Henning [1] https://datatracker.ietf.org/doc/draft-kamp-httpbis-structure -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.
Received on Monday, 10 October 2016 17:03:37 UTC