- Modify data message reader to return io.ErrUnexpectedEOF if a close message is received before the final frame of the message. - Modify NextReader to return io.ErrUnexpectedEOF if underlying connection returns io.EOF before a close message.
- The bytes were masked with zero, a nop. - Add test for control messages.
Fixes #10.