albert

Results 1 issues of albert

we've hit a rather odd segfault while deploying throttle. our config is pretty straightforward ``` import throttle; sub vcl_miss { // this one'll be enforced before rps_hit if(req.url !~ "\.(jpg|jpeg|png|gif|ico|swf|css|js|html|htm)$")...