Annotation of embedaddon/curl/tests/data/test66, revision 1.1
1.1 ! misho 1: <testcase>
! 2: <info>
! 3: <keywords>
! 4: HTTP
! 5: HTTP GET
! 6: HTTP/0.9
! 7: </keywords>
! 8: </info>
! 9: # Server-side
! 10: <reply>
! 11: <data>
! 12: no headers swsclose
! 13: </data>
! 14: </reply>
! 15:
! 16: # Client-side
! 17: <client>
! 18: <server>
! 19: http
! 20: </server>
! 21: <name>
! 22: HTTP GET without headers in the response
! 23: </name>
! 24: <command>
! 25: http://%HOSTIP:%HTTPPORT/66 --http0.9
! 26: </command>
! 27: </client>
! 28:
! 29: #
! 30: # Verify data after the test has been "shot"
! 31: <verify>
! 32: <strip>
! 33: ^User-Agent:.*
! 34: </strip>
! 35: <protocol>
! 36: GET /66 HTTP/1.1
! 37: Host: %HOSTIP:%HTTPPORT
! 38: Accept: */*
! 39:
! 40: </protocol>
! 41: </verify>
! 42: </testcase>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>