adaoraul/rack-jekyll

Fix handling of HEAD requests

stomar opened this issue · 1 comments

HEAD requests are nice for testing (curl -I ...).

With default RACK_ENV "development" this currently causes a Rack::Lint::LintError, since the body is included in the response.

Fixed with 4610983.