mirror of
https://github.com/curl/curl.git
synced 2026-05-13 17:36:19 +03:00
--globoff test case
This commit is contained in:
parent
d80f87554c
commit
c5796d9e39
4 changed files with 12 additions and 0 deletions
1
tests/data/command28.txt
Normal file
1
tests/data/command28.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
--globoff http://%HOSTIP:%HOSTPORT/wantit/{}[]/28
|
||||
1
tests/data/name28.txt
Normal file
1
tests/data/name28.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
--globoff with {][} in URL
|
||||
5
tests/data/prot28.txt
Normal file
5
tests/data/prot28.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
GET /wantit/{}[]/28 HTTP/1.0
|
||||
Host: 127.0.0.1:8999
|
||||
Pragma: no-cache
|
||||
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
|
||||
|
||||
5
tests/data/reply28.txt
Normal file
5
tests/data/reply28.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
HTTP/1.1 200 OK
|
||||
Server: fake
|
||||
|
||||
{}[] in the URL is not legal
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue