Content-Type

2015-06-16 Thread Witold Filipczyk
Hi, breaks proper Content-Type detection. At least in the 1.6.3 version. ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

RE: Content-Type

2015-06-16 Thread Lukas Tribus
> Hi, > header('Content-Type: text/html;'); Thats invalid. Either: text/html; charset=iso-8859-1 or text/html but not with a trailing semicolon. > breaks proper Content-Type detection. ... in a Browser, you mean? > At least in the 1.6.3 version. What has nginx to do with it and why is th

[nginx] Stream: client-side PROXY protocol.

2015-06-16 Thread Roman Arutyunyan
details: http://hg.nginx.org/nginx/rev/fa663739e115 branches: changeset: 6184:fa663739e115 user: Roman Arutyunyan date: Tue Jun 16 13:45:16 2015 +0300 description: Stream: client-side PROXY protocol. The new directive "proxy_protocol" toggles sending out PROXY protocol header to ups

[nginx] Core: renamed ngx_proxy_protocol_parse to ngx_proxy_prot...

2015-06-16 Thread Roman Arutyunyan
details: http://hg.nginx.org/nginx/rev/a420cb1c170b branches: changeset: 6185:a420cb1c170b user: Roman Arutyunyan date: Tue Jun 16 13:45:19 2015 +0300 description: Core: renamed ngx_proxy_protocol_parse to ngx_proxy_protocol_read. The new name is consistent with the ngx_proxy_protoc

Re: Content-Type [PATCH]

2015-06-16 Thread Witold Filipczyk
On Tue, Jun 16, 2015 at 12:37:39PM +0200, Lukas Tribus wrote: > > Hi, > > > header('Content-Type: text/html;'); > > Thats invalid. Either: > text/html; charset=iso-8859-1 > or > text/html > > but not with a trailing semicolon. Content-Type is used in many places in nginx, for example in the sub

Re: Content-Type [PATCH]

2015-06-16 Thread Valentin V. Bartenev
On Tuesday 16 June 2015 13:35:55 Witold Filipczyk wrote: > On Tue, Jun 16, 2015 at 12:37:39PM +0200, Lukas Tribus wrote: > > > Hi, > > > > > header('Content-Type: text/html;'); > > > > Thats invalid. Either: > > text/html; charset=iso-8859-1 > > or > > text/html > > > > but not with a trailing s

[nginx] Core: store and dump processed configuration.

2015-06-16 Thread Vladimir Homutov
details: http://hg.nginx.org/nginx/rev/1b7e246e6b38 branches: changeset: 6187:1b7e246e6b38 user: Vladimir Homutov date: Thu May 14 18:54:27 2015 +0300 description: Core: store and dump processed configuration. If the -T option is passed, additionally to configuration test, configura

[nginx] Core: added support for writing to stdout.

2015-06-16 Thread Vladimir Homutov
details: http://hg.nginx.org/nginx/rev/db138b3b645e branches: changeset: 6186:db138b3b645e user: Vladimir Homutov date: Tue Jun 16 15:47:40 2015 +0300 description: Core: added support for writing to stdout. diffstat: src/core/ngx_log.h | 7 +++ src/os/unix/ngx_files.h

[nginx] Documentation: added -T option description to the man page.

2015-06-16 Thread Vladimir Homutov
details: http://hg.nginx.org/nginx/rev/f08e80409dfd branches: changeset: 6188:f08e80409dfd user: Vladimir Homutov date: Tue Jun 16 16:28:56 2015 +0300 description: Documentation: added -T option description to the man page. diffstat: docs/man/nginx.8 | 6 -- 1 files changed,

[nginx] Polished the recent change to the manpage.

2015-06-16 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/54b10b289f0f branches: changeset: 6189:54b10b289f0f user: Ruslan Ermilov date: Tue Jun 16 16:52:13 2015 +0300 description: Polished the recent change to the manpage. diffstat: docs/man/nginx.8 | 4 +++- 1 files changed, 3 insertions(+), 1 de

[nginx] nginx-1.9.2-RELEASE

2015-06-16 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/3a32d6e7404a branches: changeset: 6190:3a32d6e7404a user: Maxim Dounin date: Tue Jun 16 17:49:39 2015 +0300 description: nginx-1.9.2-RELEASE diffstat: docs/xml/nginx/changes.xml | 83 ++ 1 files ch

[nginx] release-1.9.2 tag

2015-06-16 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/f96689414078 branches: changeset: 6191:f96689414078 user: Maxim Dounin date: Tue Jun 16 17:49:40 2015 +0300 description: release-1.9.2 tag diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff --gi

[nginx] Version bump.

2015-06-16 Thread Vladimir Homutov
details: http://hg.nginx.org/nginx/rev/7863b167dbf9 branches: changeset: 6192:7863b167dbf9 user: Vladimir Homutov date: Tue Jun 16 23:31:31 2015 +0300 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines

[nginx] Disabled duplicate http, mail, and stream blocks.

2015-06-16 Thread Vladimir Homutov
details: http://hg.nginx.org/nginx/rev/78c06e5e1d76 branches: changeset: 6193:78c06e5e1d76 user: Vladimir Homutov date: Tue Jun 16 23:28:38 2015 +0300 description: Disabled duplicate http, mail, and stream blocks. Such configurations have very limited use, introduce various problems

Re: Fix windows issue with multiple workers

2015-06-16 Thread Maxim Dounin
Hello! On Wed, Jun 10, 2015 at 09:48:28PM +0200, Sergey Brester wrote: [...] > @Maxim Dounin: > 1) your suggested way with shared handle and bInheritHandle does not > work, because of: > [quote] > Sockets. No error is returned, but the duplicate handle may not be > recognized by Winsock at the t