[nginx] SPDY: use proper macros for value length and headers cou...

2013-06-04 Thread Valentin Bartenev
details: http://hg.nginx.org/nginx/rev/5776804fff04 branches: changeset: 5242:5776804fff04 user: Valentin Bartenev date: Wed Jun 05 02:13:52 2013 +0400 description: SPDY: use proper macros for value length and headers counter. Currently these macros are synonyms, but this may change

Re: API question: large data processing handler

2013-06-04 Thread Valentin V. Bartenev
On Tuesday 04 June 2013 20:08:31 Maxim Dounin wrote: [...] > (You may also try to emulate filing socket's send buffer by > setting c->write->ready to 0 before calling the > ngx_handle_write_event(), but not sure if it's safe/will actually > work will all event methods.) It's certainly not safe. In

Re: API question: large data processing handler

2013-06-04 Thread Maxim Dounin
Hello! On Tue, Jun 04, 2013 at 09:45:19AM -0600, Julien Zefi wrote: > On Tue, Jun 4, 2013 at 8:29 AM, Maxim Dounin wrote: > > > Hello! > > > > On Tue, Jun 04, 2013 at 12:23:33AM -0600, Julien Zefi wrote: > > > > > On Sun, Jun 2, 2013 at 8:29 PM, Julien Zefi wrote: > > > > > > > hi, > > > > > >

Re: API question: large data processing handler

2013-06-04 Thread Julien Zefi
On Tue, Jun 4, 2013 at 8:29 AM, Maxim Dounin wrote: > Hello! > > On Tue, Jun 04, 2013 at 12:23:33AM -0600, Julien Zefi wrote: > > > On Sun, Jun 2, 2013 at 8:29 PM, Julien Zefi wrote: > > > > > hi, > > > > > > i am writing a module that creates and returns large amount of data, > > > obviously th

[nginx] Version bump.

2013-06-04 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/03eb70798821 branches: changeset: 5241:03eb70798821 user: Maxim Dounin date: Tue Jun 04 19:38:20 2013 +0400 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines):

[nginx] Core: fixed handling of "stderr" in error_log.

2013-06-04 Thread Homutov Vladimir
details: http://hg.nginx.org/nginx/rev/d8af1005e886 branches: changeset: 5240:d8af1005e886 user: Vladimir Homutov date: Tue Jun 04 11:27:36 2013 +0400 description: Core: fixed handling of "stderr" in error_log. If "stderr" was specified in one of the "error_log" directives, stderr i

[nginx] Core: fixed stderr redirection on win32 in ngx_reopen_fi...

2013-06-04 Thread Homutov Vladimir
details: http://hg.nginx.org/nginx/rev/85e72ea8fbfd branches: changeset: 5239:85e72ea8fbfd user: Vladimir Homutov date: Mon Jun 03 16:54:28 2013 +0400 description: Core: fixed stderr redirection on win32 in ngx_reopen_files(). On win32 stderr was not redirected into a file specified

[nginx] nginx-1.5.1-RELEASE

2013-06-04 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/99eed1a88fc3 branches: changeset: 5237:99eed1a88fc3 user: Maxim Dounin date: Tue Jun 04 17:21:52 2013 +0400 description: nginx-1.5.1-RELEASE diffstat: docs/xml/nginx/changes.xml | 123 + 1 files ch

[nginx] release-1.5.1 tag

2013-06-04 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/a15e2ef8d73d branches: changeset: 5238:a15e2ef8d73d user: Maxim Dounin date: Tue Jun 04 17:21:52 2013 +0400 description: release-1.5.1 tag diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff --gi

Re: API question: large data processing handler

2013-06-04 Thread Maxim Dounin
Hello! On Tue, Jun 04, 2013 at 12:23:33AM -0600, Julien Zefi wrote: > On Sun, Jun 2, 2013 at 8:29 PM, Julien Zefi wrote: > > > hi, > > > > i am writing a module that creates and returns large amount of data, > > obviously this is blocking the worker but my main function that create the > > data

[nginx] Updated zlib used for win32 builds.

2013-06-04 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/21e07bf09dd6 branches: changeset: 5236:21e07bf09dd6 user: Maxim Dounin date: Tue Jun 04 16:16:51 2013 +0400 description: Updated zlib used for win32 builds. diffstat: misc/GNUmakefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)