rogue breadcrumb
This commit is contained in:
parent
26be6fb9bb
commit
4924955c6c
|
@ -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' }
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
class Roda
|
||||
module Proxy
|
||||
VERSION = '1.0.3'
|
||||
VERSION = '1.0.4'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue