view auto/define @ 8905:832723a49026 quic

QUIC: stop processing new client streams at the closing state.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 12 Nov 2021 16:29:07 +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