view auto/define @ 9053:740d7d6e8ff0 quic

QUIC: do not send MAX_STREAMS in shutdown state. No more streams are expected from client.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 07 Sep 2022 13:12:56 +0400
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