mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 21:52:41 +08:00
add code missed in r1856
This commit is contained in:
parent
5a45c6869f
commit
57b088d1cc
@ -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…
Reference in New Issue
Block a user