We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d1689 commit 6263d1aCopy full SHA for 6263d1a
src/connection.ts
@@ -404,7 +404,7 @@ export class Connection {
404
}
405
406
private received(data: Buffer) {
407
- this.logger.debug(`Receiving ${data.length} (${data.readUInt32BE()}) bytes ... ${inspect(data)}`)
+ this.logger.debug(`Receiving ${data.length} bytes ... ${inspect(data)}`)
408
this.decoder.add(data, (ct) => this.getCompression(ct))
409
410
0 commit comments