view auto/nohave @ 8543:07f90cb79fec quic

HTTP/3: use request pool instead of connection pool. In several parts of ngx_http_v3_header_filter() connection pool was used for request-related data.
author Roman Arutyunyan <arut@nginx.com>
date Fri, 16 Jul 2021 15:43:01 +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