Commit b34cbd9a authored by jan.koester's avatar jan.koester
Browse files

test

parent f55c3fc8
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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;