unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob 82bfb5ff4afd1a0fa560b2ba81344088ca2fc553 267 bytes (raw)
$ git show no-kgio-wip:t/fails-rack-lint.ru	# shows this blob on the CLI

1
2
3
4
5
 
# This rack app returns an invalid status code, which will cause
# Rack::Lint to throw an exception if it is present.  This
# is used to check whether Rack::Lint is in the stack or not.

run lambda {|env| return [42, {}, ["Rack::Lint wasn't there if you see this"]]}

git clone https://yhbt.net/unicorn.git