mirror of
https://github.com/curl/curl.git
synced 2026-08-01 08:08:04 +03:00
curl: remove "separators" (when using globbed URLs)
Unless muted (with -s) When doing globbing, curl would output mime-like separators between the separate transfers. This is not documented anywhere, surprises users and clobbers the output. Gone now. Updated test 18 and 1235 Reported-by: jonny112 on github Bug: https://github.com/curl/curl/discussions/8257 Closes #8278
This commit is contained in:
parent
6c084fd47c
commit
f974bee623
4 changed files with 1 additions and 32 deletions
|
|
@ -63,25 +63,21 @@ Accept: */*
|
|||
|
||||
</protocol>
|
||||
<stdout>
|
||||
--_curl_--%HOSTIP:%HTTPPORT/%TESTNUMBER0001
|
||||
HTTP/1.1 200 OK
|
||||
Funny-head: yesyes
|
||||
Content-Length: 15
|
||||
|
||||
the number one
|
||||
--_curl_--%HOSTIP:%HTTPPORT/%TESTNUMBER0002
|
||||
HTTP/1.1 200 OK
|
||||
Funny-head: yesyes
|
||||
Content-Length: 16
|
||||
|
||||
two is nice too
|
||||
--_curl_--%HOSTIP:%HTTPPORT/%TESTNUMBER0001
|
||||
HTTP/1.1 200 OK
|
||||
Funny-head: yesyes
|
||||
Content-Length: 15
|
||||
|
||||
the number one
|
||||
--_curl_--%HOSTIP:%HTTPPORT/%TESTNUMBER0002
|
||||
HTTP/1.1 200 OK
|
||||
Funny-head: yesyes
|
||||
Content-Length: 16
|
||||
|
|
|
|||
|
|
@ -65,19 +65,16 @@ Accept: */*
|
|||
|
||||
</protocol>
|
||||
<stdout>
|
||||
--_curl_--%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
HTTP/1.1 200 OK
|
||||
Funny-head: yesyes
|
||||
Content-Length: 4
|
||||
|
||||
moo
|
||||
--_curl_--%HOSTIP:%HTTPPORT/%TESTNUMBER0002
|
||||
HTTP/1.1 200 OK
|
||||
Funny-head: yesyes
|
||||
Content-Length: 4
|
||||
|
||||
foo
|
||||
--_curl_--%HOSTIP:%HTTPPORT/%TESTNUMBER0003
|
||||
HTTP/1.1 200 OK
|
||||
Funny-head: yesyes
|
||||
Content-Length: 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue