[libmicrohttpd] Failed to send data in request for `/post/'.
Hello, I've noticed this message in some ajax requests. To reproduce the error, just compile and run the attached example and hit some clicks in the link "Go to url (internal or external)...". I've temporally removed the flag MHD_USE_DEBUG to solve the problem, but I would like to understand why MHD sometimes reports this error, because I always let the MHD_USE_DEBUG enabled to report other problems. P.S.: I never use callings like "sleep(1);" in my requests, it was just to reproduce the problem, because I couldn't found an better way to reproduce it. :-/ Thank you! -- Silvio Clécio test.tar.gz Description: application/gzip
Re: [libmicrohttpd] Failed to send data in request for `/post/'.
Oops, I forgot two info. - get the error is showed in the stdout. - the problem occurs in both Linux and Windows. Thank you! On Tue, Jan 29, 2019, 04:07 silvioprog Hello, > > I've noticed this message in some ajax requests. To reproduce the error, > just compile and run the attached example and hit some clicks in the link > "Go to url (internal or external)...". > > I've temporally removed the flag MHD_USE_DEBUG to solve the problem, but I > would like to understand why MHD sometimes reports this error, because I > always let the MHD_USE_DEBUG enabled to report other problems. > > P.S.: I never use callings like "sleep(1);" in my requests, it was just to > reproduce the problem, because I couldn't found an better way to reproduce > it. :-/ > > Thank you! > > -- > Silvio Clécio >
Re: [libmicrohttpd] Failed to send data in request for `/post/'.
I meant "- get the error in the stdout.". Sorry for noising. (damn Gmail from Android hehe -.-' ) On Tue, Jan 29, 2019, 04:26 silvioprog Oops, I forgot two info. > > - get the error is showed in the stdout. > - the problem occurs in both Linux and Windows. > > Thank you! >