Annotation of embedaddon/curl/tests/data/test659, revision 1.1.1.1

1.1       misho       1: <testcase>
                      2: <info>
                      3: <keywords>
                      4: HTTP
                      5: HTTP GET
                      6: CURLOPT_CURLU
                      7: proxy
                      8: </keywords>
                      9: </info>
                     10: <reply>
                     11: <data nocheck="yes">
                     12: HTTP/1.1 200 OK
                     13: Date: Thu, 09 Nov 2010 14:49:00 GMT
                     14: Server: test-server/fake
                     15: Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
                     16: ETag: "21025-dc7-39462498"
                     17: Accept-Ranges: bytes
                     18: Content-Length: 6
                     19: Connection: close
                     20: Content-Type: text/html
                     21: Funny-head: yesyes
                     22: 
                     23: -foo-
                     24: </data>
                     25: </reply>
                     26: <client>
                     27: <server>
                     28: http
                     29: </server>
                     30: <tool>
                     31: lib659
                     32: </tool>
                     33: <name>
                     34: CURLOPT_CURLU without the path set - over proxy
                     35:  </name>
                     36:  <command>
                     37: http://%HOSTIP:%HTTPPORT
                     38: </command>
                     39: <features>
                     40: proxy
                     41: </features>
                     42: </client>
                     43: 
                     44: <verify>
                     45: <strip>
                     46: ^User-Agent:.*
                     47: </strip>
                     48: <protocol>
                     49: GET http://www.example.com:80/ HTTP/1.1
                     50: Host: www.example.com
                     51: Accept: */*
                     52: Proxy-Connection: Keep-Alive
                     53: 
                     54: </protocol>
                     55: </verify>
                     56: 
                     57: </testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>