Unverified Commit 6073b481 authored by Kip's avatar Kip Committed by GitHub

Merge pull request #995 from Ne02ptzero/work/louis/async_ssl

ssl: Enable partial write on SSL context
parents de68bc3d b1cdad90
...@@ -138,6 +138,7 @@ namespace Pistache::Tcp ...@@ -138,6 +138,7 @@ namespace Pistache::Tcp
throw std::runtime_error(err); throw std::runtime_error(err);
} }
SSL_CTX_set_mode(GetSSLContext(ctx), SSL_MODE_ENABLE_PARTIAL_WRITE);
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