Skip to content

Commit

Permalink
GRRR
Browse files Browse the repository at this point in the history
  • Loading branch information
jellybob committed Nov 12, 2019
1 parent 340117c commit cc0b873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/falcon/adapters/rack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def initialize(app, logger = Async.logger)
# Rack separates multiple headers with the same key, into a single field with multiple "lines".
def unwrap_headers(headers, env)
headers.each do |key, value|
Async.logger.debug "Header: #{key} => #{value}"
Async.logger.info "Header: #{key} => #{value}"
http_key = "HTTP_#{key.upcase.tr('-', '_')}"

env[http_key] = if current_value = env[http_key]
Expand Down

0 comments on commit cc0b873

Please sign in to comment.