forthespada / MyPoorWebServer

一款可运行的基于C++ 实现的WebServer服务器,基于《TCPIP网络编程》和《Linux高性能服务器编程》实现的服务器项目。
1.22k stars 210 forks source link

dup2 #3

Open Finalhqd opened 2 years ago

Finalhqd commented 2 years ago

The program runs to dup2(cgi_output[1], 1); in httpd.c will get stuck.

Finalhqd commented 2 years ago

sorry, No problem here, I got it wrong