What's Changed
Bugfixes
- frame buffer was accidentally changing encoding before header packing, which raise invalid compatible encoding errors, due to usage of "String#". this was fixed by using internal
append_str´, which does not touch encoding, and callingString.force_encoding` in case the buffer is a mutable string passed by the user. - dup PING frame payload passed by the us...