- From: Martin Thomson <martin.thomson@gmail.com>
- Date: Thu, 21 Nov 2013 12:58:33 -0800
- To: Roberto Peon <grmocg@gmail.com>
- Cc: Patrick McManus <mcmanus@ducksong.com>, HTTP Working Group <ietf-http-wg@w3.org>
On 21 November 2013 12:54, Roberto Peon <grmocg@gmail.com> wrote: > #3 doesn't work for cookie/setcookie, whereas #1 works for everything. You already require special code for these two: http://http2.github.io/http2-spec/#CompressCookie https://svn.tools.ietf.org/svn/wg/httpbis/draft-ietf-httpbis/25/p1-messaging.html#field.order > #3 also requires parsing quoted-strings, which is painfully annoying, It does not, it only requires concatenation at the encoder. Once concatenated, the field is semantically equivalent and therefore doesn't need to be re-split.
Received on Thursday, 21 November 2013 20:59:01 UTC