comparison src/http/ngx_http_core_module.h @ 6004:2dac6ae6d703

Deprecated "aio sendfile". Specifying "sendfile on" along with "aio on" activates the aio pre-loading mode for sendfile().
author Ruslan Ermilov <ru@nginx.com>
date Thu, 12 Mar 2015 20:06:04 +0300
parents 79553cb77747
children 942283a53c28
comparison
equal deleted inserted replaced
6003:cf2f8d91cf09 6004:2dac6ae6d703
25 #define NGX_HTTP_GZIP_PROXIED_ANY 0x0200 25 #define NGX_HTTP_GZIP_PROXIED_ANY 0x0200
26 26
27 27
28 #define NGX_HTTP_AIO_OFF 0 28 #define NGX_HTTP_AIO_OFF 0
29 #define NGX_HTTP_AIO_ON 1 29 #define NGX_HTTP_AIO_ON 1
30 #define NGX_HTTP_AIO_SENDFILE 2
31 30
32 31
33 #define NGX_HTTP_SATISFY_ALL 0 32 #define NGX_HTTP_SATISFY_ALL 0
34 #define NGX_HTTP_SATISFY_ANY 1 33 #define NGX_HTTP_SATISFY_ANY 1
35 34