partyblob

Results 10 comments of partyblob

When certbot generates the file one of them will usually be called `fullchain.pem`, this is the one you need as it contains the full chain from your certificate to the...

I am running this under uWebSockets.js, the string appears to be properly null-terminated, no crash or undefined behaviour occurs. After some looking it seems to be called by a .removeServerName()/.addServerName()...

this is the wrong repo, https://github.com/uNetworking/uWebSockets.js (also the issue has been solved it appears)

This is not an issue if DNS results are cached but could become an issue if the host is user-controlled to any extent

Have you tried not specifying the address to listen to?

Added partial solution to #29 via 1. Helper function for a thread-safe DNS lookup which can be run in a threadpool ```c struct addrinfo *us_get_addr(const char* host, int port); void...

> No way I can merge this as one MR, you need to separate it into multiple smaller Mrs with clear separation of concern. Otherwise, I'm positive 👍 Yeah I...