# Test that the fragment is not send as part of the path
# when it contains a query.
HTTP
CURLOPT_URL
# Server-side
HTTP/1.1 200 OK
Content-Length: 6
hello
# Client-side
http
HTTP GET with URL that contains a fragment after the query part
http://%HOSTIP:%HTTPPORT/1110?q=foobar#fragment
# Verify data after the test has been "shot"
^User-Agent:.*
GET /1110?q=foobar HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*