Skip to content

Commit

Permalink
code clean
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Jan 26, 2022
1 parent 67a2978 commit ea68a90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nginx/src/event/ngx_event_accept.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ static ngx_int_t ngx_disable_accept_events(ngx_cycle_t *cycle, ngx_uint_t all);
#if (NGX_HAVE_EPOLLEXCLUSIVE)
static void ngx_reorder_accept_events(ngx_listening_t *ls);
#endif
static void ngx_close_accepted_connection(ngx_connection_t *c);

// 发生了错误,关闭一个连接
static void ngx_close_accepted_connection(ngx_connection_t *c);
Expand Down

0 comments on commit ea68a90

Please sign in to comment.