mirror of
https://github.com/nginx/nginx.git
synced 2026-06-24 19:06:48 +00:00
add code missed in r1856
This commit is contained in:
parent
5a45c6869f
commit
57b088d1cc
1 changed files with 4 additions and 0 deletions
|
|
@ -484,6 +484,10 @@ ngx_http_ssl_handshake(ngx_event_t *rev)
|
|||
ngx_add_timer(rev, c->listening->post_accept_timeout);
|
||||
}
|
||||
|
||||
if (ngx_handle_read_event(rev, 0) == NGX_ERROR) {
|
||||
ngx_http_close_request(r, NGX_HTTP_INTERNAL_SERVER_ERROR);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue