From 9e2f86cfc01e1841b7db727ce2d5282f07364d46 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Mon, 16 Apr 2012 13:05:20 +0000 Subject: Fixed log->action after ssl handshake. --- src/http/ngx_http_request.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/http/ngx_http_request.c') diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index 75ed23af1..052f379ac 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -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; -- cgit v1.2.3