The server currently maintains several legacy protocol impls (Protocol old, login and status) that are no longer required for latest client. These protocols add unnecessary maintenance overhead and complexity to the net layer.
This issue proposes removing these outdated protocol handlers and transitioning their responsibilities to HTTP-based endpoints.
The server currently maintains several legacy protocol impls (Protocol old, login and status) that are no longer required for latest client. These protocols add unnecessary maintenance overhead and complexity to the net layer.
This issue proposes removing these outdated protocol handlers and transitioning their responsibilities to HTTP-based endpoints.