mozilla-services / shavar

Tracking Protection update service for Firefox based on Safe Browsing protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

palant opened this issue · 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.