Henrik Grubbstr?m (Lysator) @ Pike (-) developers forum wrote:
Try running your test case with -DSSL3_DEBUG and see if you can trigger the issue and if you get messages about handshaking errors before.
You can also try adding an inherit of Builtin.DestructImmediate (this class ought to be moved to Pike.DestructImmediate) to SSL.Buffer, and see if this solves the issue.
Haven't tried any of those (yet). I merely recompiled with your most recent commits in it, and so far, the spurious exceptions seem to be gone.