Comment 12 for bug 656577

Revision history for this message
Andrew Hutchings (linuxjedi) wrote :

OK, so, rundown of what is happening:

1. Client sends just over 1MB of data
2. Drizzle server drizzleclient_net_read() returns ER_NET_PACKET_TOO_LARGE
3. Drizzle server forces disconnect due to error
4. send() function SIGPIPE as connection just died