rogue breadcrumb
This commit is contained in:
parent
26be6fb9bb
commit
4924955c6c
|
@ -71,7 +71,6 @@ class Roda
|
||||||
end
|
end
|
||||||
|
|
||||||
def _proxy_headers
|
def _proxy_headers
|
||||||
pp env
|
|
||||||
env
|
env
|
||||||
.select { |k, _v| k.start_with? 'HTTP_' }
|
.select { |k, _v| k.start_with? 'HTTP_' }
|
||||||
.reject { |k, _v| k == 'HTTP_HOST' }
|
.reject { |k, _v| k == 'HTTP_HOST' }
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
class Roda
|
class Roda
|
||||||
module Proxy
|
module Proxy
|
||||||
VERSION = '1.0.3'
|
VERSION = '1.0.4'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue