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
"keepalive_timeout 0" (really) disables keepalive
[rainbows.git]
/
t
/
simple-http_RevThreadSpawn.ru
blob
145b87620d25fbf10f97ffc021b307571bc19e08
1
use Rack::ContentLength
2
use Rack::ContentType
3
run lambda { |env|
4
if env['rack.multithread'] && env['rainbows.model'] == :RevThreadSpawn
5
[ 200, {}, [ env.inspect << "\n" ] ]
6
else
7
raise "rack.multithread is false"
8
end
9
}