shinrich commented on a change in pull request #6910:
URL: https://github.com/apache/trafficserver/pull/6910#discussion_r444310357
##########
File path: contrib/openssl/async_engine.c
##########
@@ -274,7 +294,7 @@ static int async_rsa_priv_enc(int flen, const unsigned char
*from,
static int async_rsa_priv_dec(int flen, const unsigned char *from,
unsigned char *to, RSA *rsa, int padding)
{
- //printf("async_priv_dec\n");
+ printf("async_priv_dec\n");
spawn_delay_thread();
async_pause_job();
Review comment:
That clearing is actually done within the async_pause_job function.
Rather after the return from the openssl function ASYNC_pause_job
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]