Hello Maxim,
did you have opportunity to take a look on this last patch?
Regards,
Wandenberg
On Thu, Dec 26, 2013 at 10:12 PM, Wandenberg Peixoto
wrote:
> Hello Maxim,
>
> I changed the patch to check only the p->next pointer.
> And checking if the page is in an address less than the (pool->p
details: http://hg.nginx.org/nginx/rev/827e53c136b0
branches:
changeset: 5530:827e53c136b0
user: Valentin Bartenev
date: Mon Jan 20 20:56:49 2014 +0400
description:
SPDY: use ngx_queue_t to queue streams for post processing.
It simplifies the code and allows easy reuse the same queu
details: http://hg.nginx.org/nginx/rev/e4adaa47af65
branches:
changeset: 5529:e4adaa47af65
user: Valentin Bartenev
date: Wed Jan 22 04:58:19 2014 +0400
description:
SPDY: store the length of frame instead of its whole size.
The "length" value better corresponds with the specificatio
details: http://hg.nginx.org/nginx/rev/03c198bb2acf
branches:
changeset: 5524:03c198bb2acf
user: Valentin Bartenev
date: Wed Jan 22 04:58:19 2014 +0400
description:
SPDY: fixed possible segfault.
While processing a DATA frame, the link to related stream is stored in spdy
connection
details: http://hg.nginx.org/nginx/rev/206c56e23a96
branches:
changeset: 5525:206c56e23a96
user: Valentin Bartenev
date: Wed Jan 22 04:58:19 2014 +0400
description:
SPDY: better name for frame entries counter.
The "headers" is not a good term, since it is used not only to count
name
details: http://hg.nginx.org/nginx/rev/f3f7b72ca6e9
branches:
changeset: 5527:f3f7b72ca6e9
user: Valentin Bartenev
date: Wed Jan 22 04:58:19 2014 +0400
description:
SPDY: proper handling of all RST_STREAM statuses.
Previously, only stream CANCEL and INTERNAL_ERROR were handled right
details: http://hg.nginx.org/nginx/rev/2c6f82c0cec2
branches:
changeset: 5526:2c6f82c0cec2
user: Valentin Bartenev
date: Wed Jan 22 04:58:19 2014 +0400
description:
SPDY: removed state to check first SETTINGS frame.
That code was based on misunderstanding of spdy specification about
details: http://hg.nginx.org/nginx/rev/d5de6c25b759
branches:
changeset: 5528:d5de6c25b759
user: Valentin Bartenev
date: Wed Jan 22 04:58:19 2014 +0400
description:
SPDY: use frame->next pointer to chain free frames.
There is no need in separate "free" pointer and like it is for ngx
Hello!
On Tue, Jan 21, 2014 at 10:55:58AM -0800, r...@sent.com wrote:
> i've nginx 1.5.8
>
> If I check a config containing
>
> cat sites/test.conf
> ...
> location / {
> proxy_pass http://VARNISH;
> include include
i've nginx 1.5.8
If I check a config containing
cat sites/test.conf
...
location / {
proxy_pass http://VARNISH;
include includes/varnish.conf;
}
...
cat includes/varni
details: http://hg.nginx.org/nginx/rev/905841c461fa
branches:
changeset: 5523:905841c461fa
user: Maxim Dounin
date: Tue Jan 21 17:39:49 2014 +0400
description:
Typo fixed.
diffstat:
docs/xml/nginx/changes.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lin
11 matches
Mail list logo