An initial conversation: https://gitter.im/http4s/http4s-dev?at=5f056255dbf01050ab5e7a14
In short, currently ListSep is defined as follows:
def ListSep: Rule0 = rule(oneOrMore("," ~ OptWS))
while a correct definition would look something like:
def ListSep: Rule0 = rule(OptWS ~ ',' ~ OptWS))
See also:
I can tackle this bug, if it looks like something a relative newcomer to the project can do
@jyoo980, sorry, I decided to overtake you with this issue.
@satorg totally my bad, thanks for resolving this! 馃憤
I guess we can close this issue, cannot we?