Re: [libmicrohttpd] Post request / upload_data / received request data packet

2015-06-24 Thread Ludovic Coralie
Sorry, but i don't understand. I try testing a rest websvice with jmeter or soap_ui. I send my request, for both of them, i send my request with on packet (not chunk). And when i received it in libmicrohttpd, there are some packet and i loose some datas. Sometimes, word or characters missing bet

Re: [libmicrohttpd] Post request / upload_data / received request data packet

2015-06-24 Thread Junker, Gregory
The problem is not MHD, it’s how the client sends the data. It may not all be in one transmission. The POST-handling example code explains how to handle POST data that does not all come in one TCP transmission: https://gnunet.org/svn/libmicrohttpd/src/examples/post_example.c In short, it is up