mirror of
https://github.com/uNetworking/uWebSockets.js.git
synced 2026-04-17 17:00:24 -04:00
[GitHub Actions] Updated ubuntu-24.04-arm binaries
This commit is contained in:
@@ -1 +1 @@
|
||||
060e44105324b40e3828641311dc9eec5818d92f
|
||||
0e628dbf66be4911b14bf6a15b9efda6b0adca51
|
||||
|
||||
1
uws.js
1
uws.js
@@ -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.
Reference in New Issue
Block a user