.removed fogotten DDUMP

git-svn-id: svn://ultimatepp.org/upp/trunk@7107 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-03-27 14:23:08 +00:00
parent 6896d23932
commit c38ffd01d4

View file

@ -136,7 +136,6 @@ bool InetMessage::ReadPart(Stream& ss, int parent, int level)
return false;
String content_type = p.header.Get("content-type", String());
DDUMP(content_type);
if(!ToLower(content_type).StartsWith("multipart")) {
p.body = LoadStream(ss);
return true;