Searched refs:MAX_POST_LENGTH (Results 1 – 1 of 1) sorted by relevance
11 #define MAX_POST_LENGTH (sizeof (SHORT_BODY)) macro400 if (length && atoi (length) > MAX_POST_LENGTH) { in server_got_headers()445 } else if (msg->request_body->length > MAX_POST_LENGTH) { in server_callback()