[GitHub Actions] Updated ubuntu-24.04-arm binaries

This commit is contained in:
Alex Hultman
2026-03-08 09:38:50 +00:00
parent 5621e85cf6
commit 20003eb62f
2 changed files with 2 additions and 2 deletions

2
index.d.ts vendored
View File

@@ -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.
*/

View File

@@ -1 +1 @@
813e9e94e033a8b9afd8a1f40d1656e3cce60e99
a1bff123b317885f44d5f68f2b20cc357da82462