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

# Server-side
<reply>
<data>
HTTP/1.1 200 OK
Content-Length: 6

-foo-
</data>

<datacheck>
-foo-
</datacheck>
<servercmd>
method 0
</servercmd>
</reply>

# Client-side
<client>
<features>
proxy
</features>
<server>
http
socks5
</server>
<tool>
lib%TESTNUMBER
</tool>
<name>
SOCKS5 CURLAUTH_ONLY does not reuse an unauthenticated connection
</name>
<command>
http://%HOSTIP:%HTTPPORT/%TESTNUMBER %HOSTIP:%SOCKSPORT
</command>
</client>

# Verify data after the test has been "shot"
<verify>
<errorcode>
97
</errorcode>
<protocol crlf="headers">
GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*

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