*Core: removed forgotten DLOGs

git-svn-id: svn://ultimatepp.org/upp/trunk@5177 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-07-11 12:47:21 +00:00
parent e199c75782
commit d8e9f9de85

View file

@ -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