Created
August 12, 2010 15:46
-
-
Save skaes/521181 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# fix a bug in rack (more a brainfuck actually) | |
config.to_prepare do | |
::Rack::Utils::HeaderHash.class_eval <<-_EVA_ | |
def [](k) | |
super(@names[k] || @names[k.downcase]) | |
end | |
_EVA_ | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment