Re: #305 Header ordering

On 22 November 2013 22:38, Roberto Peon <grmocg@gmail.com> wrote:
> How about replacing all ','s with '\0's?
> '\0' is a disallowed character everywhere, unlike ',' which requires special
> parsing because of quoted strings.
> I'd rather that the lower layers of the protocol stack not have to do quoted
> string parsing.

As proposed, you don't need to parse unless you are interpreting the value.

What you propose here would force lower layers of the stack to parse
quoted strings to determine where to replace ',' with '\0'.  That
sounds worse to me.

Received on Saturday, 23 November 2013 21:12:23 UTC