falcon icon indicating copy to clipboard operation
falcon copied to clipboard

A high-performance web server for Ruby, supporting HTTP/1, HTTP/2 and TLS.

Results 51 falcon issues
Sort by recently updated
recently updated
newest added

Expose the request protocol to rack using a rack specific environment key. This code can be improved but this is just a PoC. Later on, we can refactor this after...

I didn't see it at first, and the website has most info that I'd actually want. I might also recommend adding the website to github's field for the project website.

Updates for Rack 3. ### Types of Changes - New feature. - Breaking change. ### Testing - [x] I added tests for my changes. - [x] I tested my changes...

Adds support for shell access to individual falcon instances.

When using falcon serve the controller keeps restarting the process if there is a syntax error. This commit adds a --restart false option to falcon serve so that it doesn't...

## Description We are adding native interfaces for this, so we are reworking the compatibility shim to match these interfaces. See https://github.com/ruby/openssl/pull/441 for more details. ### Types of Changes -...

This is an attempt to resolve #86

The JRuby test matrix element fails with this message: sort of before it even got started. Reported that issue in its project: https://github.com/socketry/rspec-memory/issues/8 ``` An error occurred while loading spec_helper....

Here is the request log from Rails 7.0 and Postgres 14: ``` Started GET "/post/1?include=children" for 127.0.0.1 at 2022-03-18 22:50:53 +0100 Processing by PostsController#show as */* Parameters: {"id"=>"1"} 1m error:...

> Maybe Falcon's --verbose mode could include the request path, and not only the headers, to make this error more apparent? https://github.com/socketry/falcon/discussions/167