open-zwave-control-panel
open-zwave-control-panel copied to clipboard
Fixes libmicrohttpd warning of MHD_create_response_from_data
Newer libmicrohttpd versions deprecate MHD_create_response_from_data, and recommend the use of MHD_create_response_from_buffer with more explicit memory handling values.
This fixes compiling against libmicrohttpd 0.9.44 on my system.
I can confirm that this works for me as well. I was using libmicrohttpd 0.9.48
This fix worked for me too