Re: Event loop plus another event loop

2015-01-21 Thread Yichun Zhang (agentzh)
Hello! On Sat, Jan 17, 2015 at 5:10 PM, Marat Dakota wrote: > I'm writing a module for a piece of software which works the same way. > So, what I need is a mechanism to call both handlers in a busy loop: > > while (true) { >`process events and call callbacks`(); >`process my piece of softw

dev plans for pcre2 and sha>256?

2015-01-21 Thread grantksupport
(1) current nginx ver 1.7.9 can be easily linked against a local libpcre, ldd /usr/local/sbin/nginx | grep libpcre libpcre.so.1 => /usr/local/lib64/libpcre.so.1 (0x7f4f6bce6000) no issues/problems. when is support for pcre2 currently slotted in nginx devel? either

Re: [PATCH] http_core: Do not match a file for a directory in try_files

2015-01-21 Thread Sergey Kandaurov
On Jan 21, 2015, at 2:54 AM, Damien Tournoud wrote: > # HG changeset patch > # User Damien Tournoud > # Date 1421796392 -3600 > # Wed Jan 21 00:26:32 2015 +0100 > # Node ID c8f2fbe53f5df811dcaada94d3eca6c34070c610 > # Parent 0a198a517eaf48baad03a76b182698c50496d380 > http_core: Do not match