mozilla-services/shavar

Uncaught exception if a request line doesn't contain a semicolon

Closed this issue · 1 comments

This line throws "ValueError: need more than 1 value to unpack" if the request contains a non-empty line without a semicolon. I confirmed that the server responds with "502 Bad Gateway" in that case.

I noticed the same thing last week and had a patch queued for commit. Thanks.