We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391e5b6 commit c4cbb63Copy full SHA for c4cbb63
1 file changed
lib/protocol/rack/adapter/generic.rb
@@ -76,7 +76,7 @@ def unwrap_headers(headers, env)
76
env[http_key] = "#{current_value},#{value}"
77
end
78
else
79
- env[http_key] = value
+ env[http_key] = value.to_s
80
81
82
0 commit comments