summaryrefslogtreecommitdiffhomepage
path: root/src/perl/nxt_perl_psgi_layer.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-11-05Perl: request processing in multiple threads.Max Romanov1-3/+3
This closes #486 issue on GitHub.
2019-07-17Perl: propagated compile options from perl build.Valentin Bartenev1-1/+0
Some Perl compile options affects ABI and not using them while compiling our module resulted in non-working build. Notably on 32-bit Debian 10, Perl is built with -D_FILE_OFFSET_BITS=64 and our module after being compiled without this option caused segmentation faults in unexpected places.
2018-09-20Fixed building perl on Alpine Linux.Sergey Kandaurov1-0/+1
_GNU_SOURCE is required there to expose off64_t and other types.
2018-01-31Added Perl support.Alexander Borisov1-0/+48