view auto/define @ 8759:515ac3c8435c quic

QUIC: fixed permitted packet types for PATH_RESPONSE. PATH_RESPONSE was explicitly forbidden in 0-RTT since at least draft-22, but the Frame Types table was not updated until recently while in IESG evaluation.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 16 Apr 2021 23:03:59 +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