Add ssl_prefer_low_memory_usage option
This commit is contained in:
parent
ae32259342
commit
74e8476ad4
12 changed files with 82 additions and 58 deletions
2
docs/index.d.ts
vendored
2
docs/index.d.ts
vendored
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue