aboutsummaryrefslogtreecommitdiffstats
path: root/main/minimime/tests/messages/test6.txt
diff options
context:
space:
mode:
authortwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-17 22:10:06 +0000
committertwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-17 22:10:06 +0000
commitf12eb7424197fa22d6a1fc09148ebec6893163bc (patch)
treed01ed4464488cb441104c082e90234a9159115d0 /main/minimime/tests/messages/test6.txt
parent40a42d212f5de330fa13592b0dee9efa8710661f (diff)
Replace minimime with superior GMime library so that the entire contents of an http post are not read into memory.
This does introduce a dependency on the GMime library for handling HTTP POSTs, but it is available in most distros. If the library is present, then the compile flag for ENABLE_UPLOADS is enabled by default in menuselect. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@109229 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/minimime/tests/messages/test6.txt')
-rw-r--r--main/minimime/tests/messages/test6.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/minimime/tests/messages/test6.txt b/main/minimime/tests/messages/test6.txt
deleted file mode 100644
index fb4e7a14c..000000000
--- a/main/minimime/tests/messages/test6.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-From: Me
-Date: Foobar
-To: There
-MIME-Version: 1.0
-Content-Type: multipart/mixed; boundary="abcde"
-
---abcde
-Content-Type: text/plain
-
-Blah blah
-Blah
---abcde--