diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2024-01-02 20:07:54 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2024-01-02 20:37:43 +0900 |
commit | af71747bfb8e0dfb8b2870e30d720ce10b839814 (patch) | |
tree | dfd86789c7a44fccf1847280213d4ff10e41cc06 /tests/data/test155 | |
parent | b16a7a56e08377965863acf50afb7d91f32ba995 (diff) | |
download | curl-upstream.tar.gz curl-upstream.tar.bz2 curl-upstream.zip |
Imported Upstream version 8.5.0upstream/8.5.0upstream
Change-Id: I8f77c680623836749aba616cecd0390fc34b0c3c
Diffstat (limited to 'tests/data/test155')
-rw-r--r-- | tests/data/test155 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/tests/data/test155 b/tests/data/test155 index 2d916c975..83aed115f 100644 --- a/tests/data/test155 +++ b/tests/data/test155 @@ -10,9 +10,6 @@ NTLM # Server-side <reply> -<servercmd> -auth_required -</servercmd> <data> HTTP/1.1 401 NTLM Authorization Required swsclose
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
@@ -87,9 +84,9 @@ http HTTP PUT with --anyauth authorization (picking NTLM) </name> <command> -http://%HOSTIP:%HTTPPORT/%TESTNUMBER -T log/put%TESTNUMBER -u testuser:testpass --anyauth +http://%HOSTIP:%HTTPPORT/%TESTNUMBER -T %LOGDIR/put%TESTNUMBER -u testuser:testpass --anyauth </command> -<file name="log/put%TESTNUMBER"> +<file name="%LOGDIR/put%TESTNUMBER"> This is data we upload with PUT a second line line three @@ -105,8 +102,11 @@ Host: %HOSTIP:%HTTPPORT User-Agent: curl/%VERSION
Accept: */*
Content-Length: 85
-Expect: 100-continue
+This is data we upload with PUT +a second line +line three +four is the number of lines PUT /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
@@ -120,7 +120,6 @@ Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAL User-Agent: curl/%VERSION
Accept: */*
Content-Length: 85
-Expect: 100-continue
This is data we upload with PUT a second line |