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
gemspec: fix bad reference to rdoc_options
[rainbows.git]
/
t
/
client_header_buffer_size.ru
blob
65cf793abfdbe75f4f19e4d81fc4fbea53ec1693
1
use Rack::ContentLength
2
use Rack::ContentType, "text/plain"
3
run lambda { |env|
4
[ 200, {}, [ "#{Rainbows.server.client_header_buffer_size}\n" ] ]
5
}