Andrew Clayton
Andrew Clayton
A couple of things stand out - Fedora 38. I'm not sure what that's based on (rawhide snapshot?) as it's not due for release until April next year. - The...
I'm not really familiar with node, but one thing you need to do is run ```npm link unit-http``` Probably as root, proceed with caution, from where to run it, I'm...
For IPv6 we can use ```IP6T_SO_ORIGINAL_DST```.
I'll see if I can somehow reproduce this.
Well that was easy! :) :(
Here's what I've found so far. ## **tl;dr** The issue seems to be caused by our usage of clone(2) (well actually we call the kernel system call directly and not...
@hbernaciak It's a known [issue](https://sourceware.org/bugzilla/show_bug.cgi?id=21793) with glibc (musl libc seems to be OK and perhaps glibc < 2.25) but the glibc developers don't seem to be in a hurry to...
@razvanphp @arku31 @hbernaciak Hi folks, I have put up a branch that should resolve this issue (my simple test case now works 100%), you can grab it [here](https://github.com/ac000/unit/tree/forker). If anyone...
Updated branch with improved version.
The fix for this has been merged. [a032744](https://github.com/nginx/unit/commit/a03274456b54cbc39e220b9dd73c3fc3fb935e46)