Loading src/httpd.cpp +0 −7 Original line number Diff line number Diff line Loading @@ -1001,13 +1001,6 @@ void libhttppp::HttpEvent::ResponseEvent(netplus::con &curcon,const int tid,ULON if(cureq.SendData.empty()){ cureq.SendData.pos=0; cureq.clear(); // Keep-alive: if the next request is already buffered in // RecvData, process it now. Without this, the data would // sit unprocessed until the next EPOLLIN event — which may // never fire because the client already sent everything. if (!cureq.RecvData.empty()) { RequestEvent(curcon, tid, args); } } }catch(HTTPException &e){ netplus::NetException ne; Loading Loading
src/httpd.cpp +0 −7 Original line number Diff line number Diff line Loading @@ -1001,13 +1001,6 @@ void libhttppp::HttpEvent::ResponseEvent(netplus::con &curcon,const int tid,ULON if(cureq.SendData.empty()){ cureq.SendData.pos=0; cureq.clear(); // Keep-alive: if the next request is already buffered in // RecvData, process it now. Without this, the data would // sit unprocessed until the next EPOLLIN event — which may // never fire because the client already sent everything. if (!cureq.RecvData.empty()) { RequestEvent(curcon, tid, args); } } }catch(HTTPException &e){ netplus::NetException ne; Loading