mirror of
https://github.com/lxsang/antd-cgi-plugin
synced 2024-12-26 18:08:21 +01:00
clean up
This commit is contained in:
parent
de181270a6
commit
a84407344a
4
cgi.c
4
cgi.c
@ -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
BIN
dist/cgi-1.0.0b.tar.gz
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user