909
909
The +9 comes from that strings of length longer than 16M require
910
910
9 bytes to be stored (see storeLength).
915
914
unsigned char *to= storeLength((unsigned char*) packet.ptr()+packet_length, length);
917
916
packet.length((size_t) (to+length-(unsigned char*) packet.ptr()));