From 20003eb62f8f38f4493d1b413ccb8335b9efa043 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Sun, 8 Mar 2026 09:38:50 +0000 Subject: [PATCH] [GitHub Actions] Updated ubuntu-24.04-arm binaries --- index.d.ts | 2 +- source_commit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.d.ts b/index.d.ts index 7e5245bd..aeafce7c 100644 --- a/index.d.ts +++ b/index.d.ts @@ -139,6 +139,7 @@ export interface HttpResponse { * buffer, not in a hash table. You can read about this in * the user manual under "corking". */ + writeStatus(status: RecognizedString) : HttpResponse; /** Pause http body streaming (throttle) */ pause() : void; @@ -146,7 +147,6 @@ export interface HttpResponse { /** Resume http body streaming (unthrottle) */ resume() : void; - writeStatus(status: RecognizedString) : HttpResponse; /** Writes key and value to HTTP response. * See writeStatus and corking. */ diff --git a/source_commit b/source_commit index e33a3bcc..9f4ab5b4 100644 --- a/source_commit +++ b/source_commit @@ -1 +1 @@ -813e9e94e033a8b9afd8a1f40d1656e3cce60e99 +a1bff123b317885f44d5f68f2b20cc357da82462