Currently, if a client creates a buffer with a very large size (e.g., buffer.create(1000000)) and sends it to the server, the server attempts to parse the entire buffer within a loop. This can cause severe performance issues or even crash the server.