From: Vlad S. <ser...@us...> - 2005-06-08 20:27:22
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15813 Modified Files: ChangeLog Log Message: Added -binary flag to ns_respond to return binary data without encoding conversion Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.89 retrieving revision 1.90 diff -C2 -d -r1.89 -r1.90 *** ChangeLog 8 Jun 2005 20:13:12 -0000 1.89 --- ChangeLog 8 Jun 2005 20:27:11 -0000 1.90 *************** *** 5,8 **** --- 5,10 ---- to return possibly binary data to the connection. Currently ns_return family support this from files or open fds only. + Added -binary flag to ns_respond to return binary data without + encoding conversion. 2005-06-08 Stephen Deasey <sd...@us...> |