mirror of
https://github.com/nginx/nginx.git
synced 2026-09-04 12:28:20 +00:00
Fixed log->action after ssl handshake.
This commit is contained in:
parent
43d2b1c045
commit
9e2f86cfc0
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue