Search before asking
Description
The generated protobuf field decoders read a length-delimited field's length prefix and allocate for it before checking that many bytes are actually present.
So a small request with a large length prefix makes the server allocate a big array on the Netty event-loop
thread before it reads.
Willingness to contribute
Search before asking
Description
The generated protobuf field decoders read a length-delimited field's length prefix and allocate for it before checking that many bytes are actually present.
So a small request with a large length prefix makes the server allocate a big array on the Netty event-loop
thread before it reads.
Willingness to contribute