OpenZWave / open-zwave-control-panel

UNMAINTAINED - We are looking for someone to maintain ozwcp! The OpenZWave Control Panel (ozwcp for short) is an application built on the OpenZWave library that permits users to query, manage and monitor Z-Wave nodes and networks. It provides a web based user interface using AJAX principles.
Other
130 stars 72 forks source link

Fixes libmicrohttpd warning of MHD_create_response_from_data #37

Open hufman opened 8 years ago

hufman commented 8 years ago

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.

dhylands commented 8 years ago

I can confirm that this works for me as well. I was using libmicrohttpd 0.9.48

stepdi commented 7 years ago

This fix worked for me too