]> git.kaiwu.me - nginx.git/commitdiff
Fixed log->action after ssl handshake.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 16 Apr 2012 13:05:20 +0000 (13:05 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 16 Apr 2012 13:05:20 +0000 (13:05 +0000)
src/http/ngx_http_request.c

index 75ed23af1c0f38b993f4db479c1d02138a146a72..052f379ac3db55ceecd946945f6859919cb0e11b 100644 (file)
@@ -612,6 +612,8 @@ ngx_http_ssl_handshake_handler(ngx_connection_t *c)
 
         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;