CURLOPT_CURLU
CURLOPT_PORT
# Server-side
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Type: text/html
Funny-head: yesyes swsclose
# Client-side
http
CURLOPT_CURLU and CURLOPT_PORT
lib1906
# The tool does two requesets, the first sets CURLOPT_PORT to 1
# the second resets the port again and expects that request to work.
http://%HOSTIP:%HTTPPORT/1906
# Verify data after the test has been "shot"
^User-Agent:.*
GET /1906 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*