MSP-Greg
MSP-Greg
@seriousCookies Sorry for the delay; a few things came up that I needed to work on. I've started work on changing it to a runtime option. So, should be a...
@donv @seriousCookies If you have time to check this, the update requires one to add the following line to the ssl_bind hash in one's config file: ```ruby reuse: 'dflt' ```...
@dentarg Interesting. What happens if you change it to something like: ```ruby true until @server.gets.include? 'Ctrl-C' ```
@dentarg Thanks for working on this, both FreeBSD & macOS with the new arch would both be good to add to CI. Do you have a Cirrus CI script? I'd...
@dentarg Getting FreeBSD to run locally (Windows) is probably difficult, so I've got to use Cirrus CI. WSL2 can run Ubuntu and/or Debian.
@dentarg Thanks for the info. > if you and your PC are up for it My PC, yes, I went a little overboard a few months ago. Me? I'm staying...
Below is data for ssl connections. Again, significant speed increases in most of the body types/sizes. ``` ──────────────────────────────────────────────────────────────────────────── ssl benchmarks/local/response_time_wrk.sh -w2 -t5:5 -s ssl6 -Y Body ────────── req/sec ────────── ───────...
All of the above was done with Windows WSL2/Ubuntu 22.04. But, that's not native, essentially running in a VM. So, I ran the benchmarks on GitHub Actions, which are 2...
@nateberkopec working on this re PR #2892. Very busy with a (paid) project fixing Ruby code I wrote 10+ years ago. I was pretty new to Ruby then, mostly did...
Question: Should an empty response body return a `Content-Length: 0` header in the response?