Hi all, hi Evgeny, 

We noted a regression introduced by the commit cc5032b85.

I had a code where I did that query:

  MHD_lookup_connection_value(
          con,
          MHD_GET_ARGUMENT_KIND|MHD_POSTDATA_KIND,
          name)

Expecting either a POST or a GET to provide a value.

But since commit cc5032b85, it always returns NULL because the 2nd
parameter is no more treated as a bit mask.

My feeling is that bit mask was cool to have but it is up to you to
decide how to follow up.

Best regards
José Bollo

Reply via email to