From: Vlad S. <ser...@us...> - 2005-08-01 16:22:36
|
Update of /cvsroot/naviserver/naviserver/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18733/tests Modified Files: http_chunked.test Log Message: see ChangeLog Index: http_chunked.test =================================================================== RCS file: /cvsroot/naviserver/naviserver/tests/http_chunked.test,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** http_chunked.test 21 Jul 2005 10:43:09 -0000 1.1 --- http_chunked.test 1 Aug 2005 16:22:26 -0000 1.2 *************** *** 48,54 **** } -result "200 chunked {} {a\r\n0123456789\r\n5\r\n01234\r\n0\r\n\r\n}" ! test http_chunked-1.2 {adp with buffered response} -constraints { ! serverListen knownBug ! } -body { nstest_http -http 1.1 -getheaders {Transfer-Encoding Content-Length} -getbody t \ GET /http_chunked.adp?stream=0 --- 48,52 ---- } -result "200 chunked {} {a\r\n0123456789\r\n5\r\n01234\r\n0\r\n\r\n}" ! test http_chunked-1.2 {adp with buffered response} -constraints serverListen -body { nstest_http -http 1.1 -getheaders {Transfer-Encoding Content-Length} -getbody t \ GET /http_chunked.adp?stream=0 *************** *** 56,60 **** test http_chunked-1.3 {adp streaming to HTTP/1.0 client} -constraints serverListen -body { ! nstest_http -setheaders {Connection keep-alive} \ -getheaders {Transfer-Encoding Connection Content-Length} -getbody t \ GET /http_chunked.adp?stream=1 --- 54,58 ---- test http_chunked-1.3 {adp streaming to HTTP/1.0 client} -constraints serverListen -body { ! nstest_http -http 1.0 -setheaders {Connection keep-alive} \ -getheaders {Transfer-Encoding Connection Content-Length} -getbody t \ GET /http_chunked.adp?stream=1 |