mirror of
https://github.com/lxsang/antd-cgi-plugin
synced 2024-12-26 18:08:21 +01:00
add debug info
This commit is contained in:
parent
2760f6e18b
commit
ef9ad7da51
6
cgi.c
6
cgi.c
@ -342,7 +342,11 @@ void *handle(void *data)
|
||||
}
|
||||
beg = 0;
|
||||
}
|
||||
antd_send(cl, sub, count);
|
||||
int cnt = antd_send(cl, sub, count);
|
||||
if(cnt != count)
|
||||
{
|
||||
ERROR("Cannot sent the entire data %d vs %d\n", cnt, count);
|
||||
}
|
||||
}
|
||||
}
|
||||
//kill(pid, SIGKILL);
|
||||
|
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