Annotation of embedaddon/curl/tests/data/test1565, revision 1.1

1.1     ! misho       1: <testcase>
        !             2: <info>
        !             3: <keywords>
        !             4: HTTP
        !             5: HTTP GET
        !             6: multi
        !             7: multi-threaded
        !             8: wakeup
        !             9: </keywords>
        !            10: </info>
        !            11: 
        !            12: # Server-side
        !            13: <reply>
        !            14: <data nocheck="yes">
        !            15: HTTP/1.1 200 OK
        !            16: Content-Length: 3
        !            17: 
        !            18: OK
        !            19: </data>
        !            20: </reply>
        !            21: 
        !            22: # Client-side
        !            23: <client>
        !            24: <server>
        !            25: http
        !            26: </server>
        !            27: <tool>
        !            28: lib1565
        !            29: </tool>
        !            30: <name>
        !            31: wakeup from another thread
        !            32: </name>
        !            33: <command>
        !            34: http://%HOSTIP:%HTTPPORT/1
        !            35: </command>
        !            36: </client>
        !            37: 
        !            38: # Verify data after the test has been "shot"
        !            39: <verify>
        !            40: </verify>
        !            41: </testcase>

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