Add early hints support
commit92f587c191c96e201984d47ccdaf43a1bff2fc17
authorJean Boussier <jean.boussier@gmail.com>
Thu, 16 Jul 2020 09:39:30 +0000 (16 11:39 +0200)
committerEric Wong <bofh@yhbt.net>
Thu, 16 Jul 2020 11:57:22 +0000 (16 11:57 +0000)
treef4de27b542a7fa9f72ae002636b11b0c680debdf
parent17de306edbbf4140df7ec49dbb7e26e59d33c0f9
Add early hints support

While not part of the rack spec, this API is exposed
by both puma and falcon, and Rails use it when available.

The 103 Early Hints response code is specified in RFC 8297.
lib/unicorn/configurator.rb
lib/unicorn/http_server.rb
test/unit/test_server.rb