You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We got a bug report about this; it seems like Ergo will accept a non-UTF8 motd file and then attempt to serve it to text websocket clients, causing disconnection. if EnforceUTF8 is enabled then we should check utf8.Valid on the motd lines.
The text was updated successfully, but these errors were encountered:
We got a bug report about this; it seems like Ergo will accept a non-UTF8 motd file and then attempt to serve it to text websocket clients, causing disconnection. if
EnforceUTF8
is enabled then we should checkutf8.Valid
on the motd lines.The text was updated successfully, but these errors were encountered: