File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test1523
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: CURLINFO_LOW_SPEED_LIMIT
    5: </keywords>
    6: </info>
    7: 
    8: # Server-side
    9: <reply>
   10: <data nocheck="yes">
   11: HTTP/1.1 200 OK
   12: Date: Thu, 09 Nov 2010 14:49:00 GMT
   13: Content-Length: 3
   14: Connection: close
   15: Funny-head: yesyes
   16: 
   17: AA
   18: </data>
   19: <servercmd>
   20: writedelay: 1
   21: </servercmd>
   22: </reply>
   23: #
   24: # Client-side
   25: <client>
   26: <server>
   27: http
   28: </server>
   29: <tool>
   30: lib1523
   31: </tool>
   32: 
   33: <name>
   34: CURLINFO_LOW_SPEED_LIMIT
   35: </name>
   36: 
   37: <command>
   38: http://%HOSTIP:%HTTPPORT/1523
   39: </command>
   40: <killserver>
   41: http
   42: </killserver>
   43: </client>
   44: 
   45: #
   46: # Verify data after the test has been "shot"
   47: <verify>
   48: </verify>
   49: </testcase>

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