view auto/define @ 8787:aa3c59524e2f quic

HTTP/3: set c->error on read error in ngx_http_test_reading(). Similar to other error/eof cases.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 12 Jan 2022 11:57:46 +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