Project

General

Profile

Feature #195 ยป ignore_empty_input.patch

M W, 09/13/2014 03:17 AM

View differences:

client.c
break;
}
/* No input received */
if (len == (sizeof(*push) + sizeof(*data))) {
return 0;
}
push->header.type = ALFRED_PUSH_DATA;
push->header.version = ALFRED_VERSION;
push->header.length = htons(len - sizeof(push->header));
    (1-1/1)