Zoran! Why do you hate my test suite?:-)
RCS file: /cvsroot/naviserver/naviserver/tcl/http.tcl,v
date: 2006/03/09 11:25:55; author: vasiljevic; state: Exp; lines: +356 -312
...The http.tcl and sendmail.tcl are rewritten to take advantage of
automatic end-of-line handling of Tcl channels.
Setting this removed all errors:
set line [string trim [_ns_http_gets $timeout $rfd]]
Before that _ns_http_gets returned \r in the string
Vlad Seryakov wrote:
It should close only when post limit exceeds, other requests should not
be affected. It looks like broke something
Stephen Deasey wro
It should close only when post limit exceeds, other requests should not
be affected. It looks like broke something
Stephen Deasey wrote:
On 3/9/06, Vlad Seryakov <[EMAIL PROTECTED]> wrote:
Stephen Deasey wrote:
I'm getting a lot (123) of what looks like bogus test failures on a
fresh checkout
On 3/9/06, Vlad Seryakov <[EMAIL PROTECTED]> wrote:
>
> Stephen Deasey wrote:
> > I'm getting a lot (123) of what looks like bogus test failures on a
> > fresh checkout. Are the recent changes to the nstest_http proc OK?
>
> Yes, i noticed this as well, this is because server now can close
> conne
Yes, this is temporary, testing is not going very fast because i am busy
at work but i keep trying to resolve this issue. Of course all your help
is appreciated, eventually test will do overflow and weird size.
Stephen Deasey wrote:
On 3/7/06, Vlad Seryakov <[EMAIL PROTECTED]> wrote:
Update o
On 3/7/06, Vlad Seryakov <[EMAIL PROTECTED]> wrote:
> Update of /cvsroot/naviserver/naviserver/tests
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17927/tests
>
> Modified Files:
> http.test
> Log Message:
> More experiments in attempt to narrow down spooler bug
>
>
> Index: http.
Yes, i noticed this as well, this is because server now can close
connection during client sending the body and i tried to put catch
around close in all places but still it complains on close.
Stephen Deasey wrote:
I'm getting a lot (123) of what looks like bogus test failures on a
fresh check
I'm getting a lot (123) of what looks like bogus test failures on a
fresh checkout. Are the recent changes to the nstest_http proc OK?
Hi!
I have included new version of nstrace module.
I also moved (and rewritten) the ugly introspective
script in nsd/init.tcl to the nstrace.tcl.
This way, the nstrace is now sole source of scripts
for new Tcl interpreter initialization.
I hope nothing is broken with the change. If yes,
please t