1
0
mirror of https://github.com/lxsang/antd-cgi-plugin synced 2024-12-26 01:58:22 +01:00
This commit is contained in:
lxsang 2021-01-03 00:27:24 +01:00
parent 779e1c9b7c
commit e3889b4e19
2 changed files with 1 additions and 1 deletions

2
cgi.c
View File

@ -358,7 +358,7 @@ void *handle(void *data)
// send out the rest of data
while (1)
{
count = guard_read(inpipefd[0], buf, BUFFLEN);
count = read(inpipefd[0], buf, BUFFLEN);
if (count == -1)
{

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

Binary file not shown.