module Rack::Request::Env

def initialize_copy(other)

def initialize_copy(other)
  @env = other.env.dup
end