response404 =MHD_create_response_from_buffer(strlen(msg404),const_cast<char*>(msg404), MHD_RESPMEM_PERSISTENT);constchar*msg401 ="401 - Unauthorized"; response401 =MHD_create_response_from_buffer(strlen(msg401),const_cast<char*>(msg401), MHD_RESPMEM_PERSISTENT); } 开发者ID:LionsPhil,项...