We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b94f8e commit 261965cCopy full SHA for 261965c
rest/server/server.node.ts
@@ -191,7 +191,7 @@ namespace $ {
191
192
if( this._ws_icome_partial.length ) {
193
this._ws_icome_partial.push( chunk )
194
- chunk = Buffer.alloc( msg_size )
+ chunk = Buffer.alloc( patial_size + chunk.byteLength )
195
let offset = 0
196
for( const buf of this._ws_icome_partial.splice( 0 ) ) {
197
chunk.set( buf, offset )
0 commit comments