mirror of
https://github.com/curl/curl.git
synced 2026-07-24 02:27:20 +03:00
max-redirs test case data
This commit is contained in:
parent
7c7923761d
commit
a00bb13766
4 changed files with 11 additions and 0 deletions
4
tests/data/command25.txt
Normal file
4
tests/data/command25.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
http://%HOSTIP:%HOSTPORT/want/25 -L --max-redirs 5
|
||||
|
||||
|
||||
|
||||
1
tests/data/error25.txt
Normal file
1
tests/data/error25.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
47
|
||||
1
tests/data/name25.txt
Normal file
1
tests/data/name25.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
looping HTTP Location: following with --max-redirs
|
||||
5
tests/data/reply25.txt
Normal file
5
tests/data/reply25.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
HTTP/1.1 301 This is a weirdo text message
|
||||
Server: test-server/fake
|
||||
Location: data/reply/25
|
||||
|
||||
Redirect to the same URL again!
|
||||
Loading…
Add table
Add a link
Reference in a new issue