File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test504
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
    5: HTTP GET
    6: HTTP proxy
    7: multi
    8: FAILURE
    9: connect to non-listen
   10: </keywords>
   11: </info>
   12: 
   13: # Server-side
   14: <reply>
   15: </reply>
   16: 
   17: # Client-side
   18: <client>
   19: <server>
   20: none
   21: </server>
   22: <features>
   23: http
   24: proxy
   25: </features>
   26: # tool is what to use instead of 'curl'
   27: <tool>
   28: lib504
   29: </tool>
   30: 
   31:  <name>
   32: simple multi through local proxy without listener
   33:  </name>
   34:  <command>
   35: http://%HOSTIP:%HTTPSPORT/504 %HOSTIP:%NOLISTENPORT
   36: </command>
   37: </client>
   38: 
   39: # Verify data after the test has been "shot"
   40: # TEST_ERR_SUCCESS is errorcode 120
   41: <verify>
   42: <errorcode>
   43: 120
   44: </errorcode>
   45: </verify>
   46: </testcase>

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