view auto/have_headers @ 6336:02abce4764b7

Request body: removed surplus assigment, no functional changes. Setting rb->bufs to NULL is surplus after ngx_http_write_request_body() has returned NGX_OK.
author Valentin Bartenev <vbart@nginx.com>
date Tue, 12 Jan 2016 19:19:07 +0300
parents d620f497c50f
children
line wrap: on
line source


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


cat << END >> $NGX_AUTO_HEADERS_H

#ifndef $have
#define $have  1
#endif

END