Skip to content

fix bug caused by prematurely decoding incoming packets to utf-8

Roman Haefeli requested to merge fix_unicode_error into master

decoding should only be done for command parsing, but not for transmitting raw UDP packets.

Merge request reports