nathanwblair / im-only-resting

Automatically exported from code.google.com/p/im-only-resting
Apache License 2.0
1 stars 0 forks source link

Allow specifying multiples values of the same header name on separate lines #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently we require that multiple values of the same header name be specified 
on a single line (which is always legal with a comma separator). This is 
inconvenient, allow them to be spread across lines.

e.g. 

Cookie: name=x, place=y

can become

Cookie: name=x
Cookie: place=y

Original issue reported on code.google.com by stephen....@gmail.com on 24 Jun 2014 at 8:38