From 6e7f19280423056bf06fcd5055db3fcabb842c76 Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Mon, 13 Dec 2021 14:49:42 +0300 Subject: QUIC: write and full stream shutdown support. Full stream shutdown is now called from stream cleanup handler instead of explicitly sending frames. --- src/os/unix/ngx_socket.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/os/unix/ngx_socket.h') diff --git a/src/os/unix/ngx_socket.h b/src/os/unix/ngx_socket.h index ec66a6f83..4480adca2 100644 --- a/src/os/unix/ngx_socket.h +++ b/src/os/unix/ngx_socket.h @@ -13,6 +13,8 @@ #define NGX_WRITE_SHUTDOWN SHUT_WR +#define NGX_READ_SHUTDOWN SHUT_RD +#define NGX_RDWR_SHUTDOWN SHUT_RDWR typedef int ngx_socket_t; -- cgit v1.2.3