foo
foo
> If a server doesn't spell it correctly- it's a server problem. Ran across this on google and just wanted to note for future visitors that the casing should make...
I have the same problem ... not sure if it's `E_PEBKAC` 🤷
Same problem. Have been unable to resolve.
This segfault isn't surprising. You're manually decrementing the reference count for the timer resource from one to zero inside your callback and this leads to the actual UV resource being...
@steverhoades no problem man; I appreciate your efforts to bring the extension up to 1.0 compatibility! :+1:
@chobie Yeah I realized later that the buffer was stored there. I've since fixed this locally and have been using it to great effect. I'll try to update my PR...
The most straight-forward way to do this is via the `SO_REUSEPORT` socket option. It's available in linux kernel versions >= 3.9. When assigned this allows multiple processes/threads to bind to...
Yeah that's no problem @steverhoades ... Pinging @chobie to see if we can get this PR merged. I know he's busy ... I'm forced to ignore PRs for long periods...
lol you had to allow weaksauce cipher suites so curl could connect :)
Verified that the exception is thrown in this case, though I'm not sure it's actually a bug. According to RFC3986 the string `#` is NOT a valid URI. However, this...