Commit 7d9bb215 authored by jan.koester's avatar jan.koester
Browse files

partial load implemented

parent 08246f97
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -105,9 +105,12 @@ REQUESTHANDLING:

void libhttppp::HttpEvent::ResponseEvent(netplus::con* curcon){
    HttpRequest *cureq =(HttpRequest*)curcon;
    try{
        ResponseEvent(cureq);
    if(cureq->SendData.empty())
    }catch(HTTPException &e){
        cureq->clear();
        throw e;
    }
}

void libhttppp::HttpEvent::ConnectEvent(netplus::con* curcon){