Annotation of embedaddon/curl/tests/data/test1292, revision 1.1
1.1 ! misho 1: <testcase>
! 2: <info>
! 3: <keywords>
! 4: HTTP
! 5: HTTP GET
! 6: HTTP added headers
! 7: HTTP replaced headers
! 8: </keywords>
! 9: </info>
! 10: #
! 11: # Server-side
! 12: <reply>
! 13: <data>
! 14: HTTP/1.1 200 OK
! 15: Date: Thu, 09 Nov 2010 14:49:00 GMT
! 16: Server: test-server/fake swsclose
! 17: Content-Type: text/html
! 18: Funny-head: yesyes
! 19:
! 20: </data>
! 21: </reply>
! 22:
! 23: #
! 24: # Client-side
! 25: <client>
! 26: <server>
! 27: http
! 28: </server>
! 29: <name>
! 30: Replaced internal headers with a blank one
! 31: </name>
! 32: <command>
! 33: -H "Host;" -H "Accept;" http://%HOSTIP:%HTTPPORT/1292
! 34: </command>
! 35: </client>
! 36:
! 37: #
! 38: # Verify data after the test has been "shot"
! 39: <verify>
! 40: <strip>
! 41: ^User-Agent:.*
! 42: </strip>
! 43: <protocol>
! 44: GET /1292 HTTP/1.1
! 45: Host:
! 46: Accept:
! 47:
! 48: </protocol>
! 49: </verify>
! 50: </testcase>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>