From d8e9f9de855ce07bbc6a26d127e6e42c22cc5c05 Mon Sep 17 00:00:00 2001 From: cxl Date: Wed, 11 Jul 2012 12:47:21 +0000 Subject: [PATCH] *Core: removed forgotten DLOGs git-svn-id: svn://ultimatepp.org/upp/trunk@5177 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/Http.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/uppsrc/Core/Http.cpp b/uppsrc/Core/Http.cpp index c1c953ce3..93ac6ff4e 100644 --- a/uppsrc/Core/Http.cpp +++ b/uppsrc/Core/Http.cpp @@ -665,10 +665,6 @@ bool HttpRequest::ReadingBody() if(count > 0) n = min(n, count); String s = TcpSocket::Get(n); - DDUMP(n); - DDUMP(s.GetCount()); - DDUMP(IsEof()); - DDUMP(count); if(s.GetCount() == 0) return !IsEof() && count; #ifndef ENDZIP