mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
*Core: removed forgotten DLOGs
git-svn-id: svn://ultimatepp.org/upp/trunk@5177 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e199c75782
commit
d8e9f9de85
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue