Andrew Clayton
Andrew Clayton
@andrey-zelenkov When you get a chance, if you could take a quick look over the tests, they're pretty simple. Cheers.
Reverted the first commit back to using 'large_header_buffer_size' as the config option. Added a new commit that adds 'large_header_buffers' as a valid config option.
Changes :- - Tweaked the changelog entry for the large_header_buffer_size patch - Removed the large_header_buffer_size tests (@andrey-zelenkov is doing a separate tests patch)
> build/src/nxt_unit.o build/src/python/nxt_python-python3.10.o build/src/python/nxt_python_asgi-python3.10.o build/src/python/nxt_python_asgi_http-python3.10.o build/src/python/nxt_python_asgi_lifespan-python3.10.o build/src/python/nxt_python_asgi_str-python3.10.o build/src/python/nxt_python_asgi_websocket-python3.10.o build/src/python/nxt_python_wsgi-python3.10.o -L/usr/local/lib/python3.10/config-3.10-x86_64-linux-gnu -L/usr/local/lib -lpython3.10 -lcrypt -ldl -lm -lm /usr/bin/ld: /usr/local/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(abstract.o): relocation R_X86_64_32S against symbol `_Py_NotImplementedStruct' can not be used when making a...
It's been over a year since any activity on this. Fedora 38 is old news... and this issue seemed to cover multiple topics all of which seem to have been...
Hi Sergey, Thanks, let me take a look because I thought I did have it building under FreeBSD...
Hmm, does ```shell $ gmake CC=clang13 rust ``` work for you? I get an error about not finding stddef.h, which I can hack around with ```diff diff --git a/src/rust/unit-wasm-sys/build.rs b/src/rust/unit-wasm-sys/build.rs...
Heh, I'm not stepping into that mine field! The most specific I'll go is _Aarch64_ (though we may work on some of older 32bit Arm stuff, I know Unit at...
You can of course set `--control`, `--pid`, `--log` & `--statedir` at runtime.
Rebased with master