view auto/have_headers @ 8091:dbcb9d0a3df1 quic

QUIC: prevented posted push event while in the draining state. If the push event was posted before ngx_quic_close_connection(), it could send data in the draining state.
author Vladimir Homutov <vl@nginx.com>
date Mon, 21 Sep 2020 13:58:17 +0300
parents d620f497c50f
children
line wrap: on
line source


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


cat << END >> $NGX_AUTO_HEADERS_H

#ifndef $have
#define $have  1
#endif

END