summaryrefslogtreecommitdiffhomepage
path: root/src/perl/nxt_perl_psgi_layer.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-12-27Perl: creating input and error streams if closed.Max Romanov1-47/+17
Application handler can do anything with a stream object (including close it). Once the stream is closed, Unit creates a new stream. This closes #616 issue on GitHub.
2018-02-08Perl: fixed IO-Object duplication bug.Alexander Borisov1-26/+2
2018-01-31Added Perl support.Alexander Borisov1-0/+436