1
0
mirror of https://github.com/lxsang/antd-cgi-plugin synced 2024-12-26 18:08:21 +01:00
This commit is contained in:
lxsang 2020-01-11 23:51:59 +01:00
parent de181270a6
commit a84407344a
2 changed files with 2 additions and 2 deletions

4
cgi.c
View File

@ -383,10 +383,10 @@ void *handle(void *data)
else else
{ {
int cnt = antd_send(cl, buf, count); int cnt = antd_send(cl, buf, count);
if(cnt != count) /*if(cnt != count)
{ {
ERROR("Cannot sent the entire data %d vs %d", cnt, count); ERROR("Cannot sent the entire data %d vs %d", cnt, count);
} }*/
} }
} }

BIN
dist/cgi-1.0.0b.tar.gz vendored

Binary file not shown.