view auto/nohave @ 8551:5a794d2452ef quic

HTTP/3: removed HTTP/3 parser call from discard body filter. Request body discard is disabled for QUIC streams anyway.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 16 Sep 2020 19:48:33 +0100
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