view auto/types/value @ 6431:3b9c6b91d988

Fixed handling of EAGAIN with sendfile in threads.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 14 Mar 2016 22:42:35 +0300
parents d620f497c50f
children
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $ngx_param
#define $ngx_param  $ngx_value
#endif

END