diff options
| author | Roman Arutyunyan <arut@nginx.com> | 2016-09-15 14:55:46 +0300 |
|---|---|---|
| committer | Roman Arutyunyan <arut@nginx.com> | 2016-09-15 14:55:46 +0300 |
| commit | 04b9434b1817def37eb55cd7f4360d1164678797 (patch) | |
| tree | c0b609612ea98be3291822b4685d5cda6f4ea8d7 /src/event/modules | |
| parent | afa771140bcf677505adcc6517008a9f9108c878 (diff) | |
| download | nginx-04b9434b1817def37eb55cd7f4360d1164678797.tar.gz nginx-04b9434b1817def37eb55cd7f4360d1164678797.tar.bz2 | |
Stream: filters.
Diffstat (limited to 'src/event/modules')
| -rw-r--r-- | src/event/modules/ngx_iocp_module.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/event/modules/ngx_iocp_module.c b/src/event/modules/ngx_iocp_module.c index 8f163e3e3..e00d967d0 100644 --- a/src/event/modules/ngx_iocp_module.c +++ b/src/event/modules/ngx_iocp_module.c @@ -93,6 +93,8 @@ ngx_os_io_t ngx_iocp_io = { NULL, ngx_udp_overlapped_wsarecv, NULL, + NULL, + NULL, ngx_overlapped_wsasend_chain, 0 }; |
