mirror of
https://github.com/curl/curl.git
synced 2026-04-24 07:12:11 +03:00
HTTP GET fail silently on HTTP error return
This commit is contained in:
parent
4768c9cdbb
commit
ea9ede15e3
4 changed files with 9 additions and 0 deletions
2
tests/data/command24.txt
Normal file
2
tests/data/command24.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
http://%HOSTIP:%HOSTPORT/24 --fail
|
||||
|
||||
1
tests/data/error24.txt
Normal file
1
tests/data/error24.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
22
|
||||
1
tests/data/name24.txt
Normal file
1
tests/data/name24.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
HTTP GET fail silently on HTTP error return
|
||||
5
tests/data/reply24.txt
Normal file
5
tests/data/reply24.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
HTTP/1.1 404 BAD BOY
|
||||
Content-Type: text/html
|
||||
|
||||
This silly page doesn't reaaaaaly exist so you should not get it.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue