Unverified Commit d7e47798 authored by Kip's avatar Kip Committed by GitHub

Merge pull request #996 from Ne02ptzero/work/louis/async_ssl_again

fix(ssl): enable ssl mode for moving buffers
parents 9dd710ec 498ef44e
...@@ -139,6 +139,7 @@ namespace Pistache::Tcp ...@@ -139,6 +139,7 @@ namespace Pistache::Tcp
} }
SSL_CTX_set_mode(GetSSLContext(ctx), SSL_MODE_ENABLE_PARTIAL_WRITE); SSL_CTX_set_mode(GetSSLContext(ctx), SSL_MODE_ENABLE_PARTIAL_WRITE);
SSL_CTX_set_mode(GetSSLContext(ctx), SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER);
return ctx; return ctx;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment