perf: remove superfluous flush message (#2842)

This commit is contained in:
Knut Olav Løite 2022-10-15 19:57:16 +02:00 committed by GitHub
parent c7dc7fd93a
commit 406f141a1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,7 +173,6 @@ class Connection extends EventEmitter {
sync() {
this._ending = true
this._send(flushBuffer)
this._send(syncBuffer)
}