diff options
Diffstat (limited to 'src/http/ngx_http_event.c')
| -rw-r--r-- | src/http/ngx_http_event.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/http/ngx_http_event.c b/src/http/ngx_http_event.c index da5f1fe90..8a7cfa626 100644 --- a/src/http/ngx_http_event.c +++ b/src/http/ngx_http_event.c @@ -495,6 +495,9 @@ static int ngx_http_event_handler(ngx_http_request_t *r) rc = ngx_http_handler(r); + if (rc == NGX_WAITING) + return rc; + /* transfer not completed */ if (rc == NGX_AGAIN) { #if (HAVE_CLEAR_EVENT) |
