keepalive: implement readinto()...
keepalive: implement readinto()
This is part of the standard I/O interface. It is used by the framing
protocol. So we need to implement it so frames can be decoded.
Differential Revision:
https://phab.mercurial-scm.org/D2984