> Sometimes when using ns_httpsget, I get the transient error
> from Tcl's "read" command below.
>
> This is with AOLserver 3.3+ad13, nsopenssl 2.1a, OpenSSL
> 0.9.7b, on Red Hat 7.3. The error invariably goes away if I
....
> But has anyone seen this before, or know why it happens, or
> what "Unknown error 635" really means? Perhaps this is
> something that will go away (or have a more useful error
> message?) once I finally switch from Tcl 8.3.2 to 8.4.x?
It would be interesting to know if it does go away, but note
that the "Unknown error 635" is being returned directly by the
system error function 'strerror' from some error that occured
while reading on the pipe.
It's possible that there is some threading issue, in that between
the time the error occurs (and stores errno), some other Tcl ops
take place that cause another unrelated error.
Jeff Hobbs The Tcl Guy
Senior Developer http://www.ActiveState.com/
Tcl Support and Productivity Solutions
--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of
your email blank.