mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
--globoff test case
This commit is contained in:
parent
d80f87554c
commit
c5796d9e39
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…
Reference in New Issue
Block a user