Welcome! Log In Create A New Profile

Advanced

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

Anonymous User
April 16, 2012 09:06AM
Author: mdounin
Date: 2012-04-16 13:05:20 +0000 (Mon, 16 Apr 2012)
New Revision: 4595
URL: http://trac.nginx.org/nginx/changeset/4595/nginx

Log:
Fixed log->action after ssl handshake.


Modified:
trunk/src/http/ngx_http_request.c

Modified: trunk/src/http/ngx_http_request.c
===================================================================
--- trunk/src/http/ngx_http_request.c 2012-04-12 19:35:41 UTC (rev 4594)
+++ trunk/src/http/ngx_http_request.c 2012-04-16 13:05:20 UTC (rev 4595)
@@ -612,6 +612,8 @@

c->ssl->no_wait_shutdown = 1;

+ c->log->action = "reading client request line";
+
c->read->handler = ngx_http_process_request_line;
/* STUB: epoll edge */ c->write->handler = ngx_http_empty_handler;


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

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

Anonymous User 1119 April 16, 2012 09:06AM



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

Online Users

Guests: 159
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