Results 589 comments of MSP-Greg

Fixed up `test_out_of_band_server.rb`, as a JRuby test froze in first CI run.

> we should aim for small specific PRs for changes to Puma I would generally agree. Unfortunately, the test suite is cluster-fu** of repetitive code, intermittent test failures, impossible to...

**General Concept** I started with two goals, first, make the test system more stable, and second, move towards more shared helper methods. So, I shut off the Timeout thread wrapping...

I've pulled all the code in lib files and Actions workflow files, so this now just contains test updates. I'll see whether it can be divided into smaller PR's, but...

Similar to the problem of how to provide non-Intel macOS builds for CI, windows-arm64 systems are not available on GitHub Actions. I haven't looked around to see if any CI...

Just want to clarify one issue. The `setup-ruby` action used with GitHub Actions has a system that provides build tools and/or packages when using Windows Rubies. That system currently won't...

> I'm not a big fan of supporting legacy crypto algorithms Agreed. JFYI, in GitHub Actions, there are two MSYS2 mingw/ucrt archive files assembled. One has OpenSSL 1.1.1, and the...

@charlie-prezzano This is probably a Rails or Puma issue. I am a Windows user and I'm also involved with Puma. Do you see anything in the browser?

> For now I'll stick with Ruby 3.2.2 and Rails 7.1.3, using Puma 6.4.2, Once I have a working environment with Ruby 3.3.X I'll report back. Just to confirm, the...

> Rack applications should never generate a transfer-encoding header IMHO. Maybe we should add that to the spec (i.e. detect if it is added and fail). Yes, but from a...