Results 589 comments of MSP-Greg

On the topic of OpenSSL, 1.1.1e was released yesterday, and it caused one failure in the Ruby MinGW OpenSSL test suite. It seems to be related to closing the SSL...

Thanks for the report. Interesting, in that a version header is somewhat odd in terms of mention of it in recent documents. Regardless, changing the following line: https://github.com/puma/puma/blob/6481347deb5c9107d92a9ac84f8dda846655cb0d/lib/puma/request.rb#L402 to ```ruby...

> There is also the problem with the missing/bogus 'version' header when it is client-provided. Obviously, the response protocol should not be changed to HTTP/1.0. But as to changes to...

Don't recall anyone asking for it, but given that MRI Puma requires compiling and also nio4r, `Puma::ControlCLI` could even be released as a gem...

I've seen this, but not for a while. I don' think the code for it has been changed. I don't recall if I've seen it locally (using WSL2/Ubuntu or Windows)....

@nateberkopec Ok. I guess I didn't look at the breaking changes' part. You or I can just delete the features section? I can fix... > Also thank you for adding...

> I'll take it from here. Sorry, I removed them with a separate commit. Some may not involve breaking changes, Not.sure. Just thinking that if more feature commits are added...

@jacobherrington Thanks for reviewing and trying it. I've updated things quite a bit, adding another generic rackup file, which, based on a request header, switches the body type between array,...

@nateberkopec Thanks. I'm still working on it, what I've expanded it to is a wrk script and a 'ruby connections' script that both are able to test the four types...

I'll be posting a large update to this, please **do not** merge! Sorry for the delay...