mozilla / makedrive

[RETIRED] Webmaker Filesystem
Mozilla Public License 2.0
351 stars 33 forks source link

Keep track of bytes sent and received for client session, add to logging #464

Closed humphd closed 9 years ago

humphd commented 9 years ago

This adds bytesSent and bytesReceived for a client and logs them in the normal logging steps. I've also streamlined the access to ClientInfo a bit, by creating Client.prototype.info().

humphd commented 9 years ago

@alicoding when you have a chance, fixed that typo. r?

alicoding commented 9 years ago

r=me