|
From: | Markus Doppelbauer |
Subject: | Re: [libmicrohttpd] SEGFAULT after upgrading from 0.9.77 to 1.0.1 |
Date: | Tue, 27 Feb 2024 17:58:22 +0100 |
User-agent: | Evolution 3.36.5-0ubuntu1 |
What was your issue? How did you fix it? I am getting "Assertion failed" from "connection.c:6864": case MHD_CONNECTION_CHUNKED_BODY_UNREADY: mhd_assert (0); This happens if I create a response from callback, e.g.: struct MHD_Response *response = MHD_create_response_from_callback( MHD_SIZE_UNKNOWN, 32*1024, content_reader_callback, userdata, NULL ); MHD_add_response_header( response, header.name, header.value ); statuscode = MHD_queue_response( connection, 200, response ); MHD_destroy_response( response ); Am Montag, dem 26.02.2024 um 20:51 -0300 schrieb silvioprog:
|
[Prev in Thread] | Current Thread | [Next in Thread] |