Re: nginx for Windows - WSASend() socket error 10057

2020-02-13 Thread Yury Shpakov
Extra info: C:\WINDOWS\system32>netstat /nabo | grep -A 1 ":9000\b" TCP0.0.0.0:9000 0.0.0.0:0 LISTENING 34540 [nginx.exe] From: nginx-devel on behalf of Yury Shpakov Sent: Thursday, February 13, 2020 4:45 PM To: Sergey Breste

Re: nginx for Windows - WSASend() socket error 10057

2020-02-13 Thread Yury Shpakov
Hi Sergey, I reconfigured the config file as follows: === === === #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pidlogs/nginx.pid; events { worker_connections 1024; } mail { server_nam

[njs] Fixed Object.getOwnPropertySymbols().

2020-02-13 Thread Alexander Borisov
details: https://hg.nginx.org/njs/rev/974e6c195410 branches: changeset: 1325:974e6c195410 user: Alexander Borisov date: Thu Feb 13 16:25:37 2020 +0300 description: Fixed Object.getOwnPropertySymbols(). This closes #291 issue on GitHub. diffstat: src/njs_object.c | 4 ++--

Re: Nginx tail module

2020-02-13 Thread Maksim Yevmenkin
On Wed, Feb 12, 2020, 11:07 PM Eran Kornblau wrote: > I don’t know what you’re trying to solve… but maybe you can just send a > range request relative to the end, > without any custom module. > For example, ‘Range: bytes=-1024’ will return the last 1k of the resource. > Thanks but this is not wh