File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test1329
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (5 years ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: <testcase>
    2: <info>
    3: <keywords>
    4: HTTP proxy
    5: </keywords>
    6: </info>
    7: 
    8: #
    9: # Client-side
   10: <client>
   11: <server>
   12: http
   13: </server>
   14:  <name>
   15: /-prefixed proxy name
   16:  </name>
   17:  <command>
   18: http://%HOSTIP:%HTTPPORT/we/want/that/page/1329 -x "/server"
   19: </command>
   20: <features>
   21: proxy
   22: </features>
   23: </client>
   24: 
   25: #
   26: # Verify data after the test has been "shot"
   27: <verify>
   28: # 5 == CURLE_COULDNT_RESOLVE_PROXY
   29: <errorcode>
   30: 5
   31: </errorcode>
   32: </verify>
   33: </testcase>

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