Missed passing recv_buf to one openssl_operation constructor call.
This commit is contained in:
parent
874cafad30
commit
7dfa277052
@ -212,6 +212,7 @@ public:
|
||||
&ssl_wrap<mutex_type>::SSL_connect:
|
||||
&ssl_wrap<mutex_type>::SSL_accept,
|
||||
next_layer,
|
||||
impl->recv_buf,
|
||||
impl->ssl,
|
||||
impl->ext_bio);
|
||||
op.start();
|
||||
|
Loading…
Reference in New Issue
Block a user