]> git.kaiwu.me - nginx.git/commit
Win32: use only preallocated memory in send/recv chain functions.
authorRuslan Ermilov <ru@nginx.com>
Mon, 5 Jul 2021 10:26:49 +0000 (13:26 +0300)
committerRuslan Ermilov <ru@nginx.com>
Mon, 5 Jul 2021 10:26:49 +0000 (13:26 +0300)
commitb445d1884fad722cc559b96791c93b445f597db9
tree27b18453fb9bd95d14828881ee76c376c736cb3a
parentb20768e61cd3569160a57e2f0e2e6d0def87792e
Win32: use only preallocated memory in send/recv chain functions.

The ngx_wsasend_chain() and ngx_wsarecv_chain() functions were
modified to use only preallocated memory, and the number of
preallocated wsabufs was increased to 64.
src/os/win32/ngx_wsarecv_chain.c
src/os/win32/ngx_wsasend_chain.c