Results 589 comments of MSP-Greg

@Melchizedech I tested to see if there were any Ruby objects that GC was having issues with, and that doesn't seem to be an issue, in that running GC released...

@lucaskanashiro The bug report is from 2020-11-30, and what version of Puma was tested isn't clear. Hate to ask, but can you repo it now against master?

In the past, there wasn't really a clear policy about older versions. I believe the current policy is that security patches will be applied one major version back, and other...

@vzajkov 1. Could you please rebase? 2. `test/test_config.rb` runs parallel. The added test uses `capture_subprocess_io`, which remaps io. This may intermittently cause other tests to fail. So, it needs to...

@vzajkov I reverted the test changes above so master will pass. See 65f0ced587

> This means that Rails apps can make 100+ requests to the application server as they traverse the import map. A bit confused. Are 'import maps' kind of like RubyGems...

Re the 150 dependencies, what type of response bodies are being returned by rack? Are they enums/arrays, chunked, or respond to `to_path`, etc? If they're enums/arrays or chunked, depending on...

I added big_file.ru to some of the code that's in various PR's, and updated the code in #2696 to use IO.copy_stream. Results below with the wrk code, with Puma running...

@byroot > one big downside though is that it doesn't have a proper timeout API Is it any different than what the current code uses, which is `IO#each` (same as...

@nateberkopec Sorry, I did see this earlier, but busy with etc. Haven't looked at the CI. At present, this is just affecting the headers of the response, as the body...