Loading src/httpd.h +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ namespace libhttppp { void deleteConnetion(netplus::con *curon); virtual void RequestEvent(HttpRequest *curreq,const int tid,ULONG_PTR args); virtual void ResponseEvent(HttpResponse *curreq,const int tid,ULONG_PTR args); virtual void ResponseEvent(HttpRequest *curreq,const int tid,ULONG_PTR args); virtual void ConnectEvent(HttpRequest *curreq,const int tid,ULONG_PTR args); virtual void DisconnectEvent(HttpRequest *curreq,const int tid,ULONG_PTR args); Loading Loading
src/httpd.h +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ namespace libhttppp { void deleteConnetion(netplus::con *curon); virtual void RequestEvent(HttpRequest *curreq,const int tid,ULONG_PTR args); virtual void ResponseEvent(HttpResponse *curreq,const int tid,ULONG_PTR args); virtual void ResponseEvent(HttpRequest *curreq,const int tid,ULONG_PTR args); virtual void ConnectEvent(HttpRequest *curreq,const int tid,ULONG_PTR args); virtual void DisconnectEvent(HttpRequest *curreq,const int tid,ULONG_PTR args); Loading