File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test1266
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/0.9
    5: </keywords>
    6: </info>
    7: 
    8: #
    9: # Server-side
   10: <reply>
   11: <data>
   12: o
   13: </data>
   14: <servercmd>
   15: swsclose
   16: </servercmd>
   17: </reply>
   18: 
   19: #
   20: # Client-side
   21: <client>
   22: <server>
   23: http
   24: </server>
   25:  <name>
   26: HTTP GET with a single-byte HTTP/0.9 response
   27:  </name>
   28:  <command>
   29: http://%HOSTIP:%HTTPPORT/1266 --http0.9
   30: </command>
   31: </client>
   32: 
   33: #
   34: # Verify data after the test has been "shot"
   35: <verify>
   36: <strip>
   37: ^User-Agent:.*
   38: </strip>
   39: <protocol>
   40: GET /1266 HTTP/1.1
   41: Host: %HOSTIP:%HTTPPORT
   42: Accept: */*
   43: 
   44: </protocol>
   45: </verify>
   46: </testcase>

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