Welcome! Log In Create A New Profile

Advanced

[nginx] svn commit: r4771 - trunk/src/http

Anonymous User
July 30, 2012 07:44AM
Author: vbart
Date: 2012-07-30 11:42:03 +0000 (Mon, 30 Jul 2012)
New Revision: 4771
URL: http://trac.nginx.org/nginx/changeset/4771/nginx

Log:
ngx_http_find_virtual_server() should return NGX_DECLINED if virtual server not
found.


Modified:
trunk/src/http/ngx_http_request.c

Modified: trunk/src/http/ngx_http_request.c
===================================================================
--- trunk/src/http/ngx_http_request.c 2012-07-30 10:35:26 UTC (rev 4770)
+++ trunk/src/http/ngx_http_request.c 2012-07-30 11:42:03 UTC (rev 4771)
@@ -1831,7 +1831,7 @@

#endif

- return NGX_OK;
+ return NGX_DECLINED;

found:


_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] svn commit: r4771 - trunk/src/http

Anonymous User 951 July 30, 2012 07:44AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 291
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready