libmicrohttpd icon indicating copy to clipboard operation
libmicrohttpd copied to clipboard

Mirror from SVN of GNU libmicrohttpd

Results 6 libmicrohttpd issues
Sort by recently updated
recently updated
newest added

Hi developers, in the below codes, the lock `daemon` could be not released before program's exit abort();. I think it is better to write` MHD_ip_count_unlock (daemon);` before the `abort();` for...

Hi, can I get the GET data ?: url?key=test&data=value

I have an application programmed in c++ which works fine. However some customer who use it on mac crash it. After some research, turns out the problem come from the...

According to the RFC7231, section 6.5.12, the message should be "Request-URI Too Long"

Hi Richard, I am trying to compile and static link with libmicrohttpd. with the following command, I am getting "undefined reference to" error, If I compile without -static flag, it...

Hello, I think digest based api should be helpful since token digests are more secure to store. This is how it's done for Apache and Nginx also. I've also created...