@Override
 public Buf buffer() {
   return conn.input();
 }
 @Override
 public Buf input() {
   return conn.input();
 }