repo.or.cz
/
unicorn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
test_exec: drop sd_listen_fds emulation test
[unicorn.git]
/
t
/
pid.ru
blob
f5fd31f1e02d00a8400943bc92f9b0d3d3bf3439
1
use Rack::ContentLength
2
use Rack::ContentType, "text/plain"
3
run lambda { |env| [ 200, {}, [ "#$$\n" ] ] }