fix ngx_wsasend_chain()
Igor Sysoev
13 years ago
1 changed file(s) with
2 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+2
-1
src/os/win32/ngx_wsasend_chain.c
less
more
117
117
118
118
c->sent += sent;
119
119
120
for (cl = in; cl && sent > 0; cl = cl->next) {
120
for (cl = in; cl; cl = cl->next) {
121
121
122
if (ngx_buf_special(cl->buf)) {
122
123
continue;
123
124
}