view auto/have @ 8552:351d62300832 quic

HTTP/3: rearranged length check when parsing header. The new code looks simpler and is similar to other checks.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 16 Sep 2020 20:21:03 +0100
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  1
#endif

END