soveran / cuba

Rum based microframework for web development.
http://cuba.is
MIT License
1.44k stars 249 forks source link

Fix uppercase characters in headers #106

Closed womblemuppet closed 1 year ago

womblemuppet commented 1 year ago

Fixes Rack::Lint::LintError at / uppercase character in header name: Location

Found when running the simple sample application - problem with res.redirect(). =)

soveran commented 1 year ago

@womblemuppet Good catch, thanks!