diff options
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r-- | src/http/ngx_http_request.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 425737af0..2ca215377 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -546,6 +546,9 @@ struct ngx_http_request_s { typedef struct { ngx_http_posted_request_t terminal_posted_request; +#if (NGX_HAVE_AIO_SENDFILE) + u_char preload[4]; +#endif } ngx_http_ephemeral_t; |