* Sergei Golubchik <sergii@stripped> [10/04/29 18:45]:
>
> Why do you want to allow it to the authenticated user ?
> As far as I understand, any time when my_net_skip_rest() is called it's
> a user mistake or a protocol violation.
It's also an out-of-memory on realloc when sending a large blob.
This is the case I'm thinking about.
Do you think it's not worth being worried about?
> And in these cases, for example,
> when somebody really tries to send a large blob, well over
> max_packet_size, aborting a connection is just fine. Better than eating
> up the CPU for nothing - in most cases the connection will be terminated
> after such a failure anyway.
--