nand2 / libvmod-throttle

Varnish: Reject or delay requests after given tresholds are reached. (Think API rate limit, or per-ip MISS rate limit)
Other
100 stars 22 forks source link

Request dropped on empty key argument in is_allowed() #3

Closed nand2 closed 11 years ago

nand2 commented 11 years ago

A report I got, to be checked. I guess I didn't checked for an empty key, and a request dropped means a segfault ;)

nand2 commented 11 years ago

Dup of #4