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)
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


Trivial merge