Add ssl_prefer_low_memory_usage option

This commit is contained in:
Alex Hultman 2019-03-10 14:13:06 +01:00
parent ae32259342
commit 74e8476ad4
12 changed files with 82 additions and 58 deletions

2
docs/index.d.ts vendored
View file

@ -119,6 +119,8 @@ interface AppOptions {
cert_file_name?: RecognizedString;
passphrase?: RecognizedString;
dh_params_file_name?: RecognizedString;
/** This translates to SSL_MODE_RELEASE_BUFFERS */
ssl_prefer_low_memory_usage?: boolean;
}
/** TemplatedApp is either an SSL or non-SSL app. */