From: Christopher Kohlhoff (chris_at_[hidden])
Date: 2007-05-22 07:28:52


Daniel Adolfsson <daniel.adolfsson <at> gmail.com> writes:
> So, async_read_until() seems to work with stream_ in SSL mode, but
> async_write() doesn't.

Hmm, async_write() should work just fine with an SSL stream. It works ok in the
SSL example included with asio.

> Any ideas? Is there a better way to do this?

You'll have to post a small program that illustrates the problem, as it should
work.

Cheers,
Chris