view auto/nohave @ 8973:e5509ff0dfd2 quic

QUIC: avoid logging error in case of version negotiation. Previously, "early error" message was logged in this case.
author Vladimir Homutov <vl@nginx.com>
date Sun, 23 Jan 2022 21:29:36 +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