Merge: lib/socket: remove BufferedReader superclass
authorJean Privat <jean@pryen.org>
Fri, 11 May 2018 20:01:05 +0000 (16:01 -0400)
committerJean Privat <jean@pryen.org>
Fri, 11 May 2018 20:01:05 +0000 (16:01 -0400)
commitb283e04ce301b154f2c3bc44694baed43ef6edc0
tree46606f02d4b2f226c4fa3588a052b4c8e22bbe49
parent7b7daf6726a79abf51e4d80e0c14d22077bfd2d4
parenta6e96d24002d63c93907c540b5610f05d469c663
Merge:  lib/socket: remove BufferedReader superclass

Since BufferedReader is scheduled for removal, we remove it as superclass from the TCPSocket.

As the TCPSocket will be buffered at the system-level, it is not a big problem for performance.

Note: Last commit is to be reviewed only, the others are from #2648

Pull-Request: #2665