On 26 Oct 2015, at 2:15 PM, Rainer Jung <rainer.j...@kippdata.de> wrote:

> The line goes back to
> 
> https://bz.apache.org/bugzilla/show_bug.cgi?id=50199
> 
> where Nick reported the problem and Graham provided the initial patch.
> 
> The defined tokenizer chars were "comma-space-space-space" from the 
> beginning. But I think Graham pointed into the right direction, probably it 
> should have been "comma-space-tab”.

Following the links further into the RFC, this corresponds with LWS, which is 
either a space or a tab:

#define CACHE_SEPARATOR “, \t"

Regards,
Graham
—

Reply via email to