<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
HTTP
CONNECT_ONLY
CURLMOPT_MAX_TOTAL_CONNECTIONS
</keywords>
</info>

<reply>
<data crlf="headers" nocheck="yes">
HTTP/1.1 200 OK
Content-Length: 0
Connection: close

</data>
</reply>

<client>
<server>
http
</server>
<features>
http
</features>
<name>
CONNECT_ONLY survives the total connection limit
</name>
<tool>
lib3231
</tool>
<command>
http://%HOSTIP:%HTTPPORT/%TESTNUMBER
</command>
</client>

<verify>
<protocol crlf="headers">
GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*

</protocol>
</verify>
</testcase>
