Re: [PATCH] SPDY: fixed handling of sc->length in ngx_http_spdy_state_read_data()

2014-03-28 Thread Valentin V. Bartenev
On Wednesday 26 March 2014 15:46:05 Xiaochen Wang wrote: > hi, > > On Wed, Mar 26, 2014 at 3:02 PM, Valentin V. Bartenev wrote: > > > On Wednesday 26 March 2014 12:30:11 Xiaochen Wang wrote: > > > In our production, sometimes, the disk was full. In which case, the > > > requests after the POST re

Re: proxy_pass behavior

2014-03-28 Thread Jim Popovitch
On Fri, Mar 28, 2014 at 2:36 PM, Maxim Dounin wrote: > Hello! > > On Fri, Mar 28, 2014 at 01:56:59PM -0400, Jim Popovitch wrote: > >> On Fri, Mar 28, 2014 at 8:20 AM, Maxim Dounin wrote: >> > Hello! >> > >> > On Thu, Mar 27, 2014 at 08:18:48PM -0400, Jim Popovitch wrote: >> > >> >> On Thu, Mar 27

Re: proxy_pass behavior

2014-03-28 Thread Maxim Dounin
Hello! On Fri, Mar 28, 2014 at 01:56:59PM -0400, Jim Popovitch wrote: > On Fri, Mar 28, 2014 at 8:20 AM, Maxim Dounin wrote: > > Hello! > > > > On Thu, Mar 27, 2014 at 08:18:48PM -0400, Jim Popovitch wrote: > > > >> On Thu, Mar 27, 2014 at 1:50 PM, Jim Popovitch wrote: > >> > On Thu, Mar 27, 20

Re: proxy_pass behavior

2014-03-28 Thread Jim Popovitch
On Fri, Mar 28, 2014 at 8:20 AM, Maxim Dounin wrote: > Hello! > > On Thu, Mar 27, 2014 at 08:18:48PM -0400, Jim Popovitch wrote: > >> On Thu, Mar 27, 2014 at 1:50 PM, Jim Popovitch wrote: >> > On Thu, Mar 27, 2014 at 1:27 PM, Maxim Dounin wrote: >> >> Hello! >> >> >> >> On Thu, Mar 27, 2014 at 0

[nginx] SPDY: fixed the DATA frame length handling in case of so...

2014-03-28 Thread Valentin Bartenev
details: http://hg.nginx.org/nginx/rev/d74889fbf06d branches: changeset: 5627:d74889fbf06d user: Valentin Bartenev date: Fri Mar 28 20:05:07 2014 +0400 description: SPDY: fixed the DATA frame length handling in case of some errors. There are a few cases in ngx_http_spdy_state_read_d

[nginx] SPDY: detect premature closing of stream.

2014-03-28 Thread Valentin Bartenev
details: http://hg.nginx.org/nginx/rev/a24f88eff684 branches: changeset: 5628:a24f88eff684 user: Valentin Bartenev date: Fri Mar 28 20:22:57 2014 +0400 description: SPDY: detect premature closing of stream. The SPDY/3.1 specification requires that the server must respond with a 400

Re: [PATCH 0 of 1] allow to use engine keyform for server private key

2014-03-28 Thread Maxim Dounin
Hello! On Fri, Mar 28, 2014 at 10:26:42AM +, Кондакова Татьяна Андреевна wrote: > Me and my company will be happy to see any method to load > private key from engine with any parameter names. > What shall I do? > Change parameters to "format=" and "engine="? Try to use > STORE_get_certifica

Re: [PATCH] Added nonlocal to the listen directive

2014-03-28 Thread Maxim Dounin
Hello! On Fri, Mar 28, 2014 at 10:45:53AM +0100, Trygve Vea wrote: > # HG changeset patch > # User Trygve Vea > # Date 139540 -3600 > # Fri Mar 28 10:45:40 2014 +0100 > # Node ID 16eacd8609c8362e9dd729c743ed7a869c2993fe > # Parent 2411d4b5be2ca690a5a00a1d8ad96ff69a00317f > Added nonloc

Re: [PATCH] Added so_freebind and so_transparent to the listen directive

2014-03-28 Thread Trygve Vea
- Opprinnelig melding - > On Mar 28, 2014, at 14:45 , Trygve Vea wrote: > > > - Opprinnelig melding - > >> On Mar 27, 2014, at 22:14 , Trygve Vea wrote: > >> > >>> - Opprinnelig melding - > Hello! > >>> > >>> Hello! > >>> > On Thu, Mar 27, 2014 at 04:34:37PM +0

Re: proxy_pass behavior

2014-03-28 Thread Maxim Dounin
Hello! On Thu, Mar 27, 2014 at 08:18:48PM -0400, Jim Popovitch wrote: > On Thu, Mar 27, 2014 at 1:50 PM, Jim Popovitch wrote: > > On Thu, Mar 27, 2014 at 1:27 PM, Maxim Dounin wrote: > >> Hello! > >> > >> On Thu, Mar 27, 2014 at 01:12:18PM -0400, Jim Popovitch wrote: > >> > >>> On Thu, Mar 27,

Re: [PATCH] Added so_freebind and so_transparent to the listen directive

2014-03-28 Thread Igor Sysoev
On Mar 28, 2014, at 14:45 , Trygve Vea wrote: > - Opprinnelig melding - >> On Mar 27, 2014, at 22:14 , Trygve Vea wrote: >> >>> - Opprinnelig melding - Hello! >>> >>> Hello! >>> On Thu, Mar 27, 2014 at 04:34:37PM +0100, Trygve Vea wrote: > # HG changeset patch

Re: [PATCH] Added so_freebind and so_transparent to the listen directive

2014-03-28 Thread Trygve Vea
- Opprinnelig melding - > On Mar 27, 2014, at 22:14 , Trygve Vea wrote: > > > - Opprinnelig melding - > >> Hello! > > > > Hello! > > > >> On Thu, Mar 27, 2014 at 04:34:37PM +0100, Trygve Vea wrote: > >>> # HG changeset patch > >>> # User Trygve Vea > >>> # Date 1395933815 -3600

[PATCH 0 of 1] allow to use engine keyform for server private key

2014-03-28 Thread Кондакова Татьяна Андреевна
Me and my company will be happy to see any method to load private key from engine with any parameter names. What shall I do? Change parameters to "format=" and "engine="? Try to use STORE_get_certificate(), STORE_get_private_key() before using ENGINE_load_private_key()? Do you have any instructi

Re: [PATCH] Added so_freebind and so_transparent to the listen directive

2014-03-28 Thread Igor Sysoev
On Mar 27, 2014, at 22:14 , Trygve Vea wrote: > - Opprinnelig melding - >> Hello! > > Hello! > >> On Thu, Mar 27, 2014 at 04:34:37PM +0100, Trygve Vea wrote: >>> # HG changeset patch >>> # User Trygve Vea >>> # Date 1395933815 -3600 >>> # Thu Mar 27 16:23:35 2014 +0100 >>> # Node I

Re: [PATCH] Added so_freebind and so_transparent to the listen directive

2014-03-28 Thread Trygve Vea
- Opprinnelig melding - > # HG changeset patch > # User Trygve Vea > # Date 1395933815 -3600 > # Thu Mar 27 16:23:35 2014 +0100 > # Node ID 13e6a37c2f57443b0d5dd0abce8d9d4ab00e31e3 > # Parent 2411d4b5be2ca690a5a00a1d8ad96ff69a00317f > Added so_freebind and so_transparent to the liste

[PATCH] Added nonlocal to the listen directive

2014-03-28 Thread Trygve Vea
# HG changeset patch # User Trygve Vea # Date 139540 -3600 # Fri Mar 28 10:45:40 2014 +0100 # Node ID 16eacd8609c8362e9dd729c743ed7a869c2993fe # Parent 2411d4b5be2ca690a5a00a1d8ad96ff69a00317f Added nonlocal to the listen directive The nonlocal option is used to set the needed socket op