1
0
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:
Daniel Stenberg 2000-11-28 09:42:15 +00:00
parent 7c7923761d
commit a00bb13766
4 changed files with 11 additions and 0 deletions

4
tests/data/command25.txt Normal file
View File

@ -0,0 +1,4 @@
http://%HOSTIP:%HOSTPORT/want/25 -L --max-redirs 5

1
tests/data/error25.txt Normal file
View File

@ -0,0 +1 @@
47

1
tests/data/name25.txt Normal file
View File

@ -0,0 +1 @@
looping HTTP Location: following with --max-redirs

5
tests/data/reply25.txt Normal file
View 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!