socketry / falcon

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

Use `Protocol::Rack::Adapter.parse_file` for compatibility with older Rack versions. #232

Closed ioquatix closed 6 months ago

ioquatix commented 6 months ago

See https://github.com/socketry/falcon/pull/231 for an alternative.

Fixes #230.

Types of Changes

Contribution