mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 04:10:04 +02:00
update node modules
This commit is contained in:
1
node_modules/ws/lib/permessage-deflate.js
generated
vendored
1
node_modules/ws/lib/permessage-deflate.js
generated
vendored
@@ -495,6 +495,7 @@ function inflateOnData(chunk) {
|
||||
}
|
||||
|
||||
this[kError] = new RangeError('Max payload size exceeded');
|
||||
this[kError].code = 'WS_ERR_UNSUPPORTED_MESSAGE_LENGTH';
|
||||
this[kError][kStatusCode] = 1009;
|
||||
this.removeListener('data', inflateOnData);
|
||||
this.reset();
|
||||
|
Reference in New Issue
Block a user