thetuxkeeper

Results 3 issues of thetuxkeeper

Hi, if you do something like `http --print hH http://localhost:80/` you get this with `:80` in the host header as output: ``` GET / HTTP/1.1 Accept: */* Accept-Encoding: gzip, deflate...

bug

## Expected Behavior Successful backend request ## Current Behavior It seems varnish selects a connection and cancels the backend_idle_timeout before it's sending anything of the request to the backend. That...

I changed the returned regexp of `parseFilter()` to regexp2. I kept all other uses `regexp` since there's no need for a switch and `regexp2` seems to be unnecessary complex to...