Re: [PATCH] SSL: support automatic selection of ECDH temporary key parameters

2014-04-15 Thread Piotr Sikora
Hey Maxim, >> - If nginx was compiled with OpenSSL 1.0.2, but used with an >> older version, things will not work at all; this is not something >> completely unacceptable, but it's something we may want to >> avoid. > > Will look into it. How about adding check to make sure that OpenSSL ver

Re: [PATCH 1 of 1] Test proxy_unfinished: limit buffers to force buffering on no proxy temp

2014-04-15 Thread Maxim Dounin
Hello! On Tue, Apr 15, 2014 at 05:51:25PM +0300, Markus Linnala wrote: > On 15.04.2014 16:04, Maxim Dounin wrote: > >Hello! > > > >On Tue, Apr 15, 2014 at 03:26:26PM +0300, Markus Linnala wrote: > > > >># HG changeset patch > >># User Markus Linnala > >># Date 1397505734 -10800 > >># Mon Ap

Re: [PATCH 1 of 1] Test proxy_unfinished: limit buffers to force buffering on no proxy temp

2014-04-15 Thread Homutov Vladimir
On Tue, Apr 15, 2014 at 03:26:26PM +0300, Markus Linnala wrote: > > With some systems (Fedora-20 Linux 3.13) socket buffers are huge and Can you please share exact values? Are they default or you tuned it to meet some of your needs? (/proc/sys/net/ipv4/tcp_rmem, /proc/sys/net/ipv4/tcp_wmem)

[PATCH] Test proxy_unfinished: limit sndbuf to force buffering on no proxy temp

2014-04-15 Thread Markus Linnala
# HG changeset patch # User Markus Linnala # Date 1397505734 -10800 # Mon Apr 14 23:02:14 2014 +0300 # Node ID a548e5a5cf251ee97fb782d6b9e6c374389782ea # Parent 74a015aad3521ffef6b404cdaa9eafd991824301 Test proxy_unfinished: limit sndbuf to force buffering on no proxy temp With some systems

Re: [PATCH 1 of 1] Test proxy_unfinished: limit buffers to force buffering on no proxy temp

2014-04-15 Thread Markus Linnala
On 15.04.2014 16:04, Maxim Dounin wrote: Hello! On Tue, Apr 15, 2014 at 03:26:26PM +0300, Markus Linnala wrote: # HG changeset patch # User Markus Linnala # Date 1397505734 -10800 # Mon Apr 14 23:02:14 2014 +0300 # Node ID cf54213675d59b801bee34328223c28f992cf8c7 # Parent 74a015aad3521f

Re: [PATCH 1 of 1] Test proxy_unfinished: limit buffers to force buffering on no proxy temp

2014-04-15 Thread Maxim Dounin
Hello! On Tue, Apr 15, 2014 at 03:26:26PM +0300, Markus Linnala wrote: > # HG changeset patch > # User Markus Linnala > # Date 1397505734 -10800 > # Mon Apr 14 23:02:14 2014 +0300 > # Node ID cf54213675d59b801bee34328223c28f992cf8c7 > # Parent 74a015aad3521ffef6b404cdaa9eafd991824301 > Tes

[PATCH 1 of 1] Test proxy_unfinished: limit buffers to force buffering on no proxy temp

2014-04-15 Thread Markus Linnala
# HG changeset patch # User Markus Linnala # Date 1397505734 -10800 # Mon Apr 14 23:02:14 2014 +0300 # Node ID cf54213675d59b801bee34328223c28f992cf8c7 # Parent 74a015aad3521ffef6b404cdaa9eafd991824301 Test proxy_unfinished: limit buffers to force buffering on no proxy temp With some system

[PATCH 0 of 1] nginx-test proxy_unfinished fix for huge buffers

2014-04-15 Thread Markus Linnala
I had problem with new Fedora 20 failing test 15 "no proxy temp". It did not use temp files and so test did not work. To fix this I needed to lower buffer sizes. http://trac.nginx.org/nginx/ticket/541 ___ nginx-devel mailing list nginx-devel@nginx.org h