From b33e7e2f5c200c36f44eab6f2eb35ee9702a00e7 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Wed, 28 Dec 2022 14:39:21 +0000 Subject: [PATCH] [GitHub Actions] Updated linux-armv7 binaries --- index.d.ts | 11 ----------- source_commit | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/index.d.ts b/index.d.ts index 62d66180..ee096efd 100644 --- a/index.d.ts +++ b/index.d.ts @@ -124,13 +124,6 @@ export interface HttpResponse { * buffer, not in a hash table. You can read about this in * the user manual under "corking". */ - - /** Pause http body streaming (throttle) */ - pause() : void; - - /** Resume http body streaming (unthrottle) */ - resume() : void; - writeStatus(status: RecognizedString) : HttpResponse; /** Writes key and value to HTTP response. * See writeStatus and corking. @@ -224,10 +217,6 @@ export interface HttpRequest { export interface WebSocketBehavior { /** Maximum length of received message. If a client tries to send you a message larger than this, the connection is immediately closed. Defaults to 16 * 1024. */ maxPayloadLength?: number; - /** Whether or not we should automatically close the socket when a message is dropped due to backpressure. Defaults to false. */ - closeOnBackpressureLimit?: number; - /** Maximum number of minutes a WebSocket may be connected before being closed by the server. 0 disables the feature. */ - maxLifetime?: number; /** Maximum amount of seconds that may pass without sending or getting a message. Connection is closed if this timeout passes. Resolution (granularity) for timeouts are typically 4 seconds, rounded to closest. * Disable by using 0. Defaults to 120. */ diff --git a/source_commit b/source_commit index 0a0497bd..fb885690 100644 --- a/source_commit +++ b/source_commit @@ -1 +1 @@ -9c63b87c98a80d6b3eaf67ecf2252c5dd8dcbd28 +4ab5c2fa45212ffbe5abb6bba29c8af6e54252b8