This commit is contained in:
Родитель
50be39792a
Коммит
22c7d134e2
|
@ -673,11 +673,12 @@ Socket.prototype.__defineGetter__('bytesWritten', function() {
|
|||
bytes += Buffer.byteLength(el.chunk, el.encoding);
|
||||
});
|
||||
|
||||
if (data)
|
||||
if (data) {
|
||||
if (Buffer.isBuffer(data))
|
||||
bytes += data.length;
|
||||
else
|
||||
bytes += Buffer.byteLength(data, encoding);
|
||||
}
|
||||
|
||||
return bytes;
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче