| ngx_chain_t *ngx_aio_write_chain(ngx_connection_t *c, ngx_chain_t *in) |
| if (cl->hunk->last - cl->hunk->pos == 0) { |
| /* we can post the single aio operation only */ |
| /* coalesce the neighbouring hunks */ |
| while (cl && prev == cl->hunk->pos) { |
| size += cl->hunk->last - cl->hunk->pos; |
| n = ngx_aio_write(c, buf, size); |
| ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, "aio_write: %d", n); |
| ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, |
| "aio_write sent: " OFF_T_FMT, c->sent); |
| for (cl = in; cl; cl = cl->next) { |
| if (sent >= cl->hunk->last - cl->hunk->pos) { |
| sent -= cl->hunk->last - cl->hunk->pos; |
| cl->hunk->pos = cl->hunk->last; |