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

mdounin at mdounin.ru mdounin at mdounin.ru
Mon Apr 16 13:05:21 UTC 2012


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;
 



More information about the nginx-devel mailing list