- From: Mark Nottingham <mnot@mnot.net>
- Date: Fri, 22 Oct 2010 13:29:23 +1100
- To: HTTP Working Group <ietf-http-wg@w3.org>
What do people think about deprecating the use of chunk-extensions -- i.e., requiring that they be consumed, but not produced? chunk = chunk-size *WSP [ chunk-ext ] CRLF chunk-data CRLF chunk-size = 1*HEXDIG last-chunk = 1*("0") *WSP [ chunk-ext ] CRLF chunk-ext = *( ";" *WSP chunk-ext-name [ "=" chunk-ext-val ] *WSP ) chunk-ext-name = token chunk-ext-val = token / quoted-str-nf I haven't seen any practical uses for them, and haven't seen any implementations that do anything with them other than throw them away. Regards, -- Mark Nottingham http://www.mnot.net/
Received on Friday, 22 October 2010 02:29:54 UTC