Re: [naviserver-devel] Anyway to disable Transfer-Encoding for /*.tcl pages?

2007-02-19 Thread Michael A. Cleverly
On 2/19/07, Vlad Seryakov <[EMAIL PROTECTED]> wrote: Try latest CVS version, it will work correctly now. Other solution to remove charset parameters in the ns/paramaters section, this way no encoding will be performed. It works great, thanks! Michael

[naviserver-devel] Eyeball before committing

2007-02-19 Thread Stephen Deasey
On 2/19/07, Vlad Seryakov <[EMAIL PROTECTED]> wrote: Update of /cvsroot/naviserver/naviserver/nsd In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12140 Modified Files: driver.c Log Message: Ooops, wrong version of driver.c got into CVS, reverting to original *** driver.c19 F

Re: [naviserver-devel] Anyway to disable Transfer-Encoding for /*.tcl pages?

2007-02-19 Thread Vlad Seryakov
Try latest CVS version, it will work correctly now. Other solution to remove charset parameters in the ns/paramaters section, this way no encoding will be performed Michael A. Cleverly wrote: Is there a way to disable using chunked encoding to reply to a particular request? AFAICT (with enabl

Re: [naviserver-devel] Anyway to disable Transfer-Encoding for /*.tcl pages?

2007-02-19 Thread Vlad Seryakov
Good point, should not use chunked if not HTTP/1.1 i will take a look Michael A. Cleverly wrote: Is there a way to disable using chunked encoding to reply to a particular request? AFAICT (with enabletclpages on), any *.tcl page under the documentroot will have its content returned to the user

[naviserver-devel] Anyway to disable Transfer-Encoding for /*.tcl pages?

2007-02-19 Thread Michael A. Cleverly
Is there a way to disable using chunked encoding to reply to a particular request? AFAICT (with enabletclpages on), any *.tcl page under the documentroot will have its content returned to the user with a Transfer-Encoding: chunked, regardless of whether the request is HTTP/0.9, HTTP/1.0 or HTTP/1

Re: [naviserver-devel] OpenBSD/sparc64: driver blocks on a new connection if acceptsize > 1

2007-02-19 Thread Michael A. Cleverly
On 2/10/07, Stephen Deasey <[EMAIL PROTECTED]> wrote: You could try compiling the kernel with support for RTHREADS enabled. Then compile the rthreads library in /usr/src/lib/librthread Then link against it for 1-1 user-kernel threads. Rather than recompiling OpenBSD I decided to start fresh a

Re: [naviserver-devel] ::xotcl::unknown

2007-02-19 Thread Zoran Vasiljevic
Am 16.02.2007 um 18:08 schrieb Zoran Vasiljevic: I will look into that tomorrow. Please tell me how do you load Xotcl in the running server. I'm sorry but I didn't come to it over the weekend. I hope today is a better day... Cheers Zoran