when the server (or client) is overburdened, the socket's input buffer may fill up and likely will not include the entire final message; leading to erroneous BAD_FORMAT.
handle this situation gracefully, and instead return BAD_FORMAT as described in #7
when the server (or client) is overburdened, the socket's input buffer may fill up and likely will not include the entire final message; leading to erroneous BAD_FORMAT.
handle this situation gracefully, and instead return BAD_FORMAT as described in #7