From: Vlad S. <ser...@us...> - 2005-08-01 16:22:36
|
Update of /cvsroot/naviserver/naviserver/tests/testserver/pages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18733/tests/testserver/pages Modified Files: http_chunked.adp Log Message: see ChangeLog Index: http_chunked.adp =================================================================== RCS file: /cvsroot/naviserver/naviserver/tests/testserver/pages/http_chunked.adp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** http_chunked.adp 21 Jul 2005 10:43:09 -0000 1.1 --- http_chunked.adp 1 Aug 2005 16:22:26 -0000 1.2 *************** *** 1,12 **** <% - - # This is redundant/broken -- should chunk if browser supports - # chunked encoding and streaming is enabled. - # - - if {[ns_conn version] == 1.1} { - ns_conn chunked 1 - } - # If streaming is enabled but the browser does not support # chunked encoding, revert to Connection: close to mark --- 1,3 ---- *************** *** 23,26 **** ns_adp_append 0123456789 ns_adp_append 01234 - %> \ No newline at end of file --- 14,16 ---- |