mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:43:33 +03:00
David Phillips fix for test 518 and my extension to make it not run on
systems that can't run it fine.
This commit is contained in:
parent
f84d2b4d36
commit
a4e1ac7952
6 changed files with 99 additions and 11 deletions
|
|
@ -22,6 +22,9 @@ Funny-head: yesyes
|
|||
<server>
|
||||
http
|
||||
</server>
|
||||
<features>
|
||||
getrlimit
|
||||
</features>
|
||||
# tool is what to use instead of 'curl'
|
||||
<tool>
|
||||
lib518
|
||||
|
|
@ -38,8 +41,11 @@ http://%HOSTIP:%HTTPPORT/518
|
|||
#
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
# CURLE_FAILED_INIT (2)
|
||||
<errorcode>
|
||||
2
|
||||
</errorcode>
|
||||
<protocol>
|
||||
GET /518 HTTP/1.1
|
||||
Host: 127.0.0.1:%HTTPPORT
|
||||
Pragma: no-cache
|
||||
Accept: */*
|
||||
|
||||
</protocol>
|
||||
</verify>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue