view auto/define @ 7946:908cae4f3078 quic

HTTP/3: do not emit a DATA frame header for header_only responses. This resulted in the frame error due to the invalid DATA frame length.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 25 Jun 2020 20:31:13 +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  $value
#endif

END