view auto/define @ 8416:e29b7508b8b3 quic

QUIC: avoid sending extra frames in case of error.
author Vladimir Homutov <vl@nginx.com>
date Thu, 15 Apr 2021 12:17:19 +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  $value
#endif

END