| ssize_t ngx_wsarecv_chain(ngx_connection_t *c, ngx_chain_t *chain) |
| ngx_init_array(io, c->pool, 10, sizeof(WSABUF), NGX_ERROR); |
| /* coalesce the neighbouring hunks */ |
| if (prev == chain->hunk->last) { |
| wsabuf->len += chain->hunk->end - chain->hunk->last; |
| ngx_test_null(wsabuf, ngx_push_array(&io), NGX_ERROR); |
| wsabuf->buf = chain->hunk->last; |
| wsabuf->len = chain->hunk->end - chain->hunk->last; |
| size += chain->hunk->end - chain->hunk->last; |
| ngx_log_debug(c->log, "WSARecv: %d:%d" _ io.nelts _ wsabuf->len); |
| rc = WSARecv(c->fd, io.elts, io.nelts, &bytes, &flags, NULL, NULL); |
| if (err == WSAEWOULDBLOCK) { |
| ngx_log_error(NGX_LOG_INFO, c->log, err, "WSARecv() EAGAIN"); |
| ngx_log_error(NGX_LOG_CRIT, c->log, err, "WSARecv() failed"); |