No. Whereever the svalue for len comes from, it isn't correctly initialized. The source appears to be the cast, but I can't duplicate this error there.
/ Martin Stjernholm, Roxen IS
Previous text:
2002-11-26 16:56: Subject: zero_type-p?
Speaking of SSL, my recent HTTP(s) problems seems to have something to do with this:
| int len=(int)headers["content-length"]; | werror("len=%O z(len)=%O\n",len,zero_type(len));
gives the dump "len=2653 z(len)=2122".
Is this really correct?
(Snip from Protocols.HTTP.Query.)
/ Mirar