mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-02 16:22:40 -06:00
.removed fogotten DDUMP
git-svn-id: svn://ultimatepp.org/upp/trunk@7107 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6896d23932
commit
c38ffd01d4
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue