aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJavier Blazquez <jblazquez@riotgames.com>2019-10-27 15:48:43 -0700
committerDaniel Stenberg <daniel@haxx.se>2019-10-28 09:21:43 +0100
commite0ee3d9f9b6f4ad2165bfbfdef5812ca9d01d924 (patch)
tree23c86d81ee6c6c4792ef8e2cdefdea201169dc2f /docs
parent0f234a5cdebd455f324cdf64b604b4a1340dbbfe (diff)
HTTP3: fix Windows build
The ngtcp2 QUIC backend was using the MSG_DONTWAIT flag for send/recv in order to perform nonblocking operations. On Windows this flag does not exist. Instead, the socket must be set to nonblocking mode via ioctlsocket. This change sets the nonblocking flag on UDP sockets used for QUIC on all platforms so the use of MSG_DONTWAIT is not needed. Fixes #4531 Closes #4532
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions