Loading examples/httpsysinfo.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -249,7 +249,6 @@ public: } void ResponseEvent(libhttppp::HttpRequest& curreq, const int tid,ULONG_PTR args){ std::cerr << "ResponseEvent called for: [" << curreq.getRequestURL() << "]\n"; if (curreq.getRequestURL()=="/images/header.png") { size_t rem = header_png_size - curreq.SendData.pos; size_t si = (rem > BLOCKSIZE) ? BLOCKSIZE : rem; Loading Loading
examples/httpsysinfo.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -249,7 +249,6 @@ public: } void ResponseEvent(libhttppp::HttpRequest& curreq, const int tid,ULONG_PTR args){ std::cerr << "ResponseEvent called for: [" << curreq.getRequestURL() << "]\n"; if (curreq.getRequestURL()=="/images/header.png") { size_t rem = header_png_size - curreq.SendData.pos; size_t si = (rem > BLOCKSIZE) ? BLOCKSIZE : rem; Loading