mirror of
https://github.com/nginx/nginx.git
synced 2025-06-20 03:51:09 +08:00
Added shutdown macros for win32 required for QUIC.
This commit is contained in:
parent
553eb6a168
commit
885f50f773
@ -14,6 +14,8 @@
|
||||
|
||||
|
||||
#define NGX_WRITE_SHUTDOWN SD_SEND
|
||||
#define NGX_READ_SHUTDOWN SD_RECEIVE
|
||||
#define NGX_RDWR_SHUTDOWN SD_BOTH
|
||||
|
||||
|
||||
typedef SOCKET ngx_socket_t;
|
||||
|
Loading…
Reference in New Issue
Block a user