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 66 falcon issues
Sort by recently updated
recently updated
newest added

Thank you for exploring async in Ruby! We are currently looking at raising our throughput on our download servers (if you are curious there is a presentation about it here...

enhancement

We're attempting to migrate our Heroku hosted application to Falcon, but hitting an issue where `rack.url_scheme` in the request environment seems to be incorrectly set to `http` rather than `https`...

We use Scout APM to monitoring performance. It seems Falcon and Puma have different approach handling requests. Falcon has much higher queue time(yellow part in chart, time before request being...

This is an experience feedback. I started to try `falcon serve` on MBP and I felt it quite annoyed me when I always typo as `falcon server`. I then thought...

Hi, We are **benchmarking** some `ruby` framework [here](https://github.com/the-benchmarker/web-frameworks) with `puma` as **appserver** I have recetly discovered `falcon` and want to try it (as **HTTP/2** is `built-in`) I have compared the...

enhancement
help wanted

Hello, it would be nice if a changelog has been available. It's not easy to read all commits, and some summary of changes is always better than this. I like...

enhancement

I've been having a spurious `Async::TimeoutError` in my logs whenever a TCP connection to the client is closed. After some digging I've monkey-patched `Falcon::Server` like this: ```ruby module Falcon class...

enhancement

A minority of users run Ruby on the [Windows Ruby Installer](https://rubyinstaller.org/) which targets mingw-x64 architecture. At least in my own case I use this as a convenience in development rather...

To save time and ease migration, it would be good to have a simple migration guide for users like myself coming from Puma. It would be super-useful to have a...

Hi. I investigate possibility to gracefully restart currently running rails application from inside running instance. Main aim is to restart application after serving certain number of requests (ex. After 4000...