[PATCH] SSL: Added crl_check_mode

2017-03-08 Thread Jürno Ader
# HG changeset patch # User Jürno Ader # Date 1488987398 -7200 # Wed Mar 08 17:36:38 2017 +0200 # Node ID 9c13ae0d54a75902945bc6ac9bbced1c298fdaa0 # Parent d450723755728f9d0cc291247b9601e2f3340f19 SSL: Added crl_check_mode Added crl_check_mode flag which can be used to modify flags used for

Module connecting outside

2017-03-08 Thread Antonio Nappa
Hello everyone, I am in the process of creating a module that connects to the outside to exchange data with another service, I am taking as inspiration the mail_module and the upstream module, basically my module is connecting using the ngx_event_connect_peer and handling the read and write events

Re: [nginx] Introduced worker_shutdown_timeout.

2017-03-08 Thread Datong Sun via nginx-devel
Hello! Looks like to me that the original patch does what it's supposed to do (when combined with http://hg.nginx.org/nginx/rev/3069dd358ba2). Here is my understanding: Before this patch, an active connection could potentially delay shutdown indefinitely due to the presence of connection related

Re: [nginx] Introduced worker_shutdown_timeout.

2017-03-08 Thread 洪志道
Hi, glad to see you here. "The directive configures a timeout to be used when gracefully shutting down worker processes. When the timer expires, nginx will try to close all the connections currently open to facilitate shutdown." Well, if the only purpose is to close all the connections those fiel