unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob 8b8b5ec3f8d65575dee5482e228df4c7fc779cc2 298 bytes (raw)
$ git show HEAD:t/fails-rack-lint.ru	# shows this blob on the CLI

1
2
3
4
5
6
 
# frozen_string_literal: false
# 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