view auto/nohave @ 6401:6812ca9a8002

HTTP/2: added debug logging of response headers. Because of HPACK compression it's hard to see what headers are actually sent by the server.
author Valentin Bartenev <vbart@nginx.com>
date Tue, 16 Feb 2016 17:49:14 +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  0
#endif

END