BODYSIZE
if (offset + len > BODYSIZE) {
if (len > BODYSIZE) {
len, BODYSIZE);
unsigned char body[BODYSIZE];