diff --git a/index.d.ts b/index.d.ts index cf97ed8c..cbb20145 100644 --- a/index.d.ts +++ b/index.d.ts @@ -150,7 +150,7 @@ export interface HttpResponse { /** Every HttpResponse MUST have an attached abort handler IF you do not respond * to it immediately inside of the callback. Returning from an Http request handler - * without attaching (by calling onAborted) an abort handler is ill-use and will termiante. + * without attaching (by calling onAborted) an abort handler is ill-use and will terminate. * When this event emits, the response has been aborted and may not be used. */ onAborted(handler: () => void) : HttpResponse; @@ -249,6 +249,7 @@ export interface WebSocketBehavior { export interface AppOptions { key_file_name?: RecognizedString; cert_file_name?: RecognizedString; + ca_file_name?: RecognizedString; passphrase?: RecognizedString; dh_params_file_name?: RecognizedString; /** This translates to SSL_MODE_RELEASE_BUFFERS */ diff --git a/source_commit b/source_commit index b2906eea..06a0b0b9 100644 --- a/source_commit +++ b/source_commit @@ -1 +1 @@ -e23d6eda45162194622749bd7e6d88b5133c2997 +c35f534663fa14b5a0a4ba9beb57a63b9ae1a5a9 diff --git a/uws_darwin_arm64_108.node b/uws_darwin_arm64_108.node index 9a5a8ced..e23bda64 100644 Binary files a/uws_darwin_arm64_108.node and b/uws_darwin_arm64_108.node differ diff --git a/uws_darwin_arm64_83.node b/uws_darwin_arm64_83.node index 215b23a3..bf1e220d 100644 Binary files a/uws_darwin_arm64_83.node and b/uws_darwin_arm64_83.node differ diff --git a/uws_darwin_arm64_93.node b/uws_darwin_arm64_93.node index 421e6313..d6b26361 100644 Binary files a/uws_darwin_arm64_93.node and b/uws_darwin_arm64_93.node differ diff --git a/uws_darwin_x64_108.node b/uws_darwin_x64_108.node index 9938ffc8..171328f9 100644 Binary files a/uws_darwin_x64_108.node and b/uws_darwin_x64_108.node differ diff --git a/uws_darwin_x64_83.node b/uws_darwin_x64_83.node index a7963337..c440aecd 100644 Binary files a/uws_darwin_x64_83.node and b/uws_darwin_x64_83.node differ diff --git a/uws_darwin_x64_93.node b/uws_darwin_x64_93.node index 345bad52..4597639f 100644 Binary files a/uws_darwin_x64_93.node and b/uws_darwin_x64_93.node differ