This means that currently, servers will accept a connection that sends a 0x01 packet with zero arguments, and if the server's protocol is empty, the server will get stuck sending anything to the client because it's buffer size is zero.
All packets should have a minimum required size, and shouldn't be handled unless the requirement is met.