Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes libmicrohttpd warning of MHD_create_response_from_data #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hufman
Copy link
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

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

@stepdi
Copy link

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