view auto/have @ 7626:fe5976aae0e3

Removed "Transfer-Encoding: identity" support. The "identity" transfer coding has been removed in RFC 7230. It is believed that it is not used in real life, and at the same time it provides a potential attack vector.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 20 Feb 2020 16:19:34 +0300
parents d620f497c50f
children
line wrap: on
line source


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


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  1
#endif

END