Hi, with 0.9.67 some tests for Wget2 fail which were fine with 0.9.66. This is still reproducible with latest master.
As it seems, a response with an empty body doesn't send a response any more. That means response = MHD_create_response_from_buffer(0, (void *) "", MHD_RESPMEM_PERSISTENT); doesn't work, while response = MHD_create_response_from_buffer(1, (void *) "x", MHD_RESPMEM_PERSISTENT); still generates a response. I tested this with MHD_HTTP_BAD_REQUEST, MHD_HTTP_OK and MHD_HTTP_NOT_FOUND used for MHD_queue_response(). Regards, Tim
signature.asc
Description: OpenPGP digital signature