MSP-Greg
MSP-Greg
This code is similar to the code already committed in PR #2895. That code used a constant wrk setup, and allowed a matrix of body types and sizes. The code...
Not sure about Puma 6, but there are a few classes that have code similar to Client: ```ruby client = Client.new(io, @binder.env(sock)) client.listener = sock client.send(addr_send_name, addr_value) if addr_value ```...
@saluzafa Thanks. The Puma API has typically been rather open, but I doubt anyone is using a Client object. From what I've seen/recall, the Server and Config related objects are...
I think the following may be needed in addition to the above: https://packages.ubuntu.com/kinetic/amd64/libyaml-dev/download ``` wget http://mirrors.kernel.org/ubuntu/pool/main/liby/libyaml/libyaml-dev_0.2.5-1_amd64.deb sudo apt-get install ./libyaml-dev_0.2.5-1_amd64.deb ``` As to Ruby, I believe libyaml-dev 0.2.5 is installed...
> Is it possible that this is an intermittent failure? Yes. I just ran the current PR in my fork, a different job failed...
To clarify what @maleksiuk mentioned, the rackup file should not be used for any Puma configuration **except** defining the app, which can also be done in the config file. So,...
Looking at it now.
Test are running. I think the Windows mswin job will fail, it may be a recent change in Ruby master, re an error message. All the Actions master builds are...
Puma has been testing with OpenSSL 1.1.1 and 3.0.z on all three Actions CI platforms...