view auto/types/value @ 8465:5611bbb852ce quic

HTTP/3: simplifed handling ngx_http_v3_parse_literal() return code.
author Roman Arutyunyan <arut@nginx.com>
date Fri, 03 Jul 2020 12:05:05 +0300
parents d620f497c50f
children
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $ngx_param
#define $ngx_param  $ngx_value
#endif

END