view auto/define @ 8732:db58c7ef1d7c quic

QUIC: do not handle empty dcid. When a QUIC datagram arrives, its DCID is never empty. Previously, the case of empty DCID was handled. Now this code is simplified.
author Roman Arutyunyan <arut@nginx.com>
date Tue, 30 Mar 2021 14:33:47 +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