From 3baf36edf6ed1d7c74d68846d79f87334b573aea Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Sat, 2 Sep 2017 19:08:45 +0100 Subject: mime: tests and examples. Additional mime-specific tests. Existing tests updated to reflect small differences (Expect: 100-continue, data size change due to empty lines, etc). Option -F headers= keyword added to tests. test1135 disabled until the entry point order change is resolved. New example smtp-mime. Examples postit2 and multi-post converted from form API to mime API. --- tests/data/test277 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/data/test277') diff --git a/tests/data/test277 b/tests/data/test277 index a509b40ec..d3e9d0fa4 100644 --- a/tests/data/test277 +++ b/tests/data/test277 @@ -45,12 +45,11 @@ POST /want/277 HTTP/1.1 User-Agent: curl/7.10.4 (i686-pc-linux-gnu) libcurl/7.10.4 OpenSSL/0.9.7a ipv6 zlib/1.1.3 Host: %HOSTIP:%HTTPPORT Accept: */* -Content-Length: 145 -Expect: 100-continue +Content-Length: 146 Content-Type: text/info; boundary=------------------------ -------------------------- -Content-Disposition: form-data; name="name" +Content-Disposition: attachment; name="name" daniel ---------------------------- -- cgit v1.2.3