Re: Bug with SSLServerSocket?

David Brownell (db@Eng)
Fri, 10 Jul 1998 11:55:29 -0700

Date: Fri, 10 Jul 1998 11:55:29 -0700
From: David Brownell <db@Eng>
To: Bob Naugle <bnaugle@bluestone.COM>
Subject: Re: Bug with SSLServerSocket?

> This exeption does not occur if you simply read from the socket before
> writing to it. The problem is that in my application the server needs
> to write to the socket before it reads.
>
> ...
>
> Please let me know if this is a bug or my problem.

Bug, and not your problem (assuming your test case checks out fully).
This used to work -- I did it regularly!

- Dvae