view auto/nohave @ 9004:dde5cb0205ef quic

QUIC: fixed the "quic_stream_buffer_size" directive. The default value is now correctly set and the configuration is properly merged.
author Vladimir Homutov <vl@nginx.com>
date Tue, 08 Feb 2022 23:00:12 +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