rogue breadcrumb

This commit is contained in:
Nigel Brookes-Thomas 2020-03-13 17:20:22 +00:00
parent 26be6fb9bb
commit 4924955c6c
2 changed files with 1 additions and 2 deletions

View File

@ -71,7 +71,6 @@ class Roda
end
def _proxy_headers
pp env
env
.select { |k, _v| k.start_with? 'HTTP_' }
.reject { |k, _v| k == 'HTTP_HOST' }

View File

@ -2,6 +2,6 @@
class Roda
module Proxy
VERSION = '1.0.3'
VERSION = '1.0.4'
end
end