mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
max-redirs test case data
This commit is contained in:
parent
7c7923761d
commit
a00bb13766
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…
Reference in New Issue
Block a user