Skip to content

Fixes libmicrohttpd warning of MHD_create_response_from_data#37

Open
hufman wants to merge 1 commit intoOpenZWave:masterfrom
hufman:response_from_buffer
Open

Fixes libmicrohttpd warning of MHD_create_response_from_data#37
hufman wants to merge 1 commit intoOpenZWave:masterfrom
hufman:response_from_buffer

Conversation

@hufman
Copy link
Copy Markdown
Contributor

@hufman hufman commented Jan 27, 2016

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.

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
@dhylands
Copy link
Copy Markdown

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

@stepdi
Copy link
Copy Markdown

stepdi commented Oct 20, 2016

This fix worked for me too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants