diff options
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r-- | src/http/ngx_http_request.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index c5e87fed0..5d411a84f 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -1037,8 +1037,6 @@ static void ngx_http_block_read(ngx_event_t *rev) ngx_http_close_connection(c); } } - - return; } |