repo.or.cz
/
rainbows.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
event_machine: avoid redundant open() for static files
[rainbows.git]
/
t
/
env_rack_env.ru
blob
7f12b296d47ec6943b5322fe028e67cf634edbe6
1
use Rack::ContentLength
2
run proc { |env|
3
[ 200, { "Content-Type" => "text/plain" }, [ ENV["RACK_ENV"] ] ]
4
}