[GitHub Actions] Updated ubuntu-24.04-arm binaries

This commit is contained in:
Alex Hultman
2026-03-07 11:07:09 +00:00
parent 2244137448
commit edc4efbb2a
6 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
060e44105324b40e3828641311dc9eec5818d92f
0e628dbf66be4911b14bf6a15b9efda6b0adca51

1
uws.js
View File

@@ -66,6 +66,7 @@ module.exports.DeclarativeResponse = class DeclarativeResponse {
writeHeaderValue(key) { return this._appendInstruction(4, key), this; }
write(value) { return this._appendInstructionWithLength(5, value), this; }
writeParameterValue(key) { return this._appendInstruction(6, key), this; }
writeStatus(status) { return this._appendInstruction(7, status), this; }
end(value) {
this._appendInstructionWithLength(0, value);

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.