socketry / falcon

A high-performance web server for Ruby, supporting HTTP/1, HTTP/2 and TLS.
https://socketry.github.io/falcon/
MIT License
2.54k stars 79 forks source link

Compatibility with rackup gem. #201

Closed ioquatix closed 1 year ago

ioquatix commented 1 year ago

Fixes https://github.com/socketry/falcon/issues/200.

Types of Changes

Contribution

ioquatix commented 1 year ago

I've confirmed this fixes the issue.

rack/handler/falcon and rackup/handler/falcon are expected to diverge over time, so they are copied.