mirror of
https://github.com/lxsang/antd-cgi-plugin
synced 2024-12-27 10:28:22 +01:00
fix bug
This commit is contained in:
parent
779e1c9b7c
commit
e3889b4e19
2
cgi.c
2
cgi.c
@ -358,7 +358,7 @@ void *handle(void *data)
|
|||||||
// send out the rest of data
|
// send out the rest of data
|
||||||
while (1)
|
while (1)
|
||||||
{
|
{
|
||||||
count = guard_read(inpipefd[0], buf, BUFFLEN);
|
count = read(inpipefd[0], buf, BUFFLEN);
|
||||||
|
|
||||||
if (count == -1)
|
if (count == -1)
|
||||||
{
|
{
|
||||||
|
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