view auto/have_headers @ 7937:b9bce2c4fe33 quic

Close QUIC connection with NO_ERROR on c->close. That way it makes more sense. Previously it was closed with INTERNAL_ERROR.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 23 Jun 2020 11:57:00 +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