Re: [boost] [asio] SSL operation sporadically returns "Access is denied"

14 Sep
2006
14 Sep
'06
2:13 p.m.
Hi Scott, Scott <cheesy4poofs@cox.net> wrote:
I did as you asked and unfortunately the results are the same. sys_error_code is still zero, even when I make the call immediately after the primitive_() call.
My mistake -- I should have checked the man pages first. Try changing this line: int sys_error_code = asio::detail::socket_ops::get_error(); to be: int sys_error_code = (int)ERR_get_error();
Does this imply there's a problem with the underlying ASIO SSL implementation?
Not yet ;) Cheers, Chris
6849
Age (days ago)
6849
Last active (days ago)
0 comments
1 participants
participants (1)
-
Christopher Kohlhoff