About the return http status 203

2013-04-02 Thread Weibin Yao
Hi, Today In our test box I noticed that nginx sent bad response with 203 response. You can reproduce the problem with the return directive: location / { return 203; } And the response looks like: HTTP/1.1 Server: nginx/1.3.14 Date: Wed, 03 Apr 2013 03:54:38 GMT Content-Type: application/oc

Re: wiki page for spdy

2013-04-02 Thread Daniel Black
Opps Found http://nginx.org/en/docs/http/ngx_http_spdy_module.html that contains some of the directives that I see in the code. - Original Message - > I see the spdy module sponsored by Automattic hasn't got a wiki page > yet. > > Ok to transfer the following into a page? > > http://ng

SSL: reject unsupported protocols "negotiated" during handshake

2013-04-02 Thread Piotr Sikora
Hey, OpenSSL doesn't do anything to verify that "negotiated" protocol was actually advertised to the client, so we have to do it ourselves. Note: I dislike the way NGX_HTTP_NPN_NEGOTIATED is defined here, but it kind of matches the way NGX_HTTP_NPN_ADVERTISE is defined and I didn't see a better pl

wiki page for spdy

2013-04-02 Thread Daniel Black
I see the spdy module sponsored by Automattic hasn't got a wiki page yet. Ok to transfer the following into a page? http://nginx.org/patches/spdy/README.txt Daniel ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/li

[nginx] svn commit: r5166 - in tags: . release-1.2.8

2013-04-02 Thread mdounin
Author: mdounin Date: 2013-04-02 12:34:39 + (Tue, 02 Apr 2013) New Revision: 5166 URL: http://trac.nginx.org/nginx/changeset/5166/nginx Log: release-1.2.8 tag Added: tags/release-1.2.8/ Index: tags/release-1.2.8 === --- bran

[nginx] svn commit: r5165 - branches/stable-1.2/docs/xml/nginx

2013-04-02 Thread mdounin
Author: mdounin Date: 2013-04-02 12:34:21 + (Tue, 02 Apr 2013) New Revision: 5165 URL: http://trac.nginx.org/nginx/changeset/5165/nginx Log: nginx-1.2.8-RELEASE Modified: branches/stable-1.2/docs/xml/nginx/changes.xml Modified: branches/stable-1.2/docs/xml/nginx/changes.xml =