Windows build (nginx-19.8)

2021-03-10 Thread Ranier Vilela
Hi, The documentation at http://nginx.org/en/docs/howto_build_on_win32.html, it's a little out of date. But I can build nginx-1.10 successfully. However I am trying to build nginx-1.19.8 now, and I have encountered problems. Windows 10 64 bits Msvc 2019 64 bits ./configure --with-cc=cl --builddir

[nginx] Version bump.

2021-03-10 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/43d9c9c2981f branches: changeset: 7800:43d9c9c2981f user: Maxim Dounin date: Thu Mar 11 04:46:22 2021 +0300 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines):

[nginx] Mail: fixed build without SSL.

2021-03-10 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/777373b5a169 branches: changeset: 7801:777373b5a169 user: Maxim Dounin date: Thu Mar 11 04:46:26 2021 +0300 description: Mail: fixed build without SSL. Broken by d84f13618277 and 12ea1de7d87c (1.19.8). Reported by Sergey Osokin. diffstat:

Re: Windows build (nginx-19.8)

2021-03-10 Thread Maxim Dounin
Hello! On Wed, Mar 10, 2021 at 10:29:11PM -0300, Ranier Vilela wrote: > The documentation at http://nginx.org/en/docs/howto_build_on_win32.html, > it's a little out of date. > But I can build nginx-1.10 successfully. > However I am trying to build nginx-1.19.8 now, and I have encountered > proble

Re: Windows build (nginx-19.8)

2021-03-10 Thread Ranier Vilela
Em qua., 10 de mar. de 2021 às 23:04, Maxim Dounin escreveu: > Hello! > > : Check out nginx sources from the hg.nginx.org repository. For > : example: > : > : hg clone http://hg.nginx.org/nginx > > Hope this helps. > Many thanks Maxim, worked. regards, Ranier Vilela _

[QUIC] Wrong dcid len in ngx_quic_select_socket_by_dcid

2021-03-10 Thread Gao,Yan(ACG VCP)
Console client: ~/ngtcp2/examples/client 127.0.0.1 443 https://example.com:443/index.html --dcid=00166142cdef2ef2ca5e4be5 Bpf log: <...>-43083 [001] d.s1 94117.746924: bpf_trace_printk: nginx quic socket len 0x1d <...>-43083 [001] d.s1 94117.746936: bpf_trac

[nginx] Removed "ch" argument from ngx_pass_open_channel().

2021-03-10 Thread Ruslan Ermilov
details: https://hg.nginx.org/nginx/rev/0215ec9aaa8a branches: changeset: 7802:0215ec9aaa8a user: Ruslan Ermilov date: Thu Mar 11 09:58:45 2021 +0300 description: Removed "ch" argument from ngx_pass_open_channel(). diffstat: src/os/unix/ngx_process_cycle.c | 59 +-