nginx-patches icon indicating copy to clipboard operation
nginx-patches copied to clipboard

NGINX patch replacing malloc/memalign with mmap inside ngx_pool

Results 3 nginx-patches issues
Sort by recently updated
recently updated
newest added

Hello, Tried to apply per-worker-listener patch with nginx 1.10.1 and it was failed: ``` # patch -p1 < per-worker-listener patching file src/core/ngx_connection.c Hunk #2 succeeded at 387 (offset 75 lines)....

make make -f objs/Makefile make[1]: Entering directory `/tmp/nginx-1.7.8' cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I../nginx-rtmp-module-master -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \...