Re: [libmicrohttpd] TCP connection callbacks - problem

2018-10-30 Thread Daniel Bujnik
Hi Christian, Many thanks for prompt action. I can confirm now, that your fix with recent change is working and TCP callbacks are being delivered as expected. Kind regards, Daniel On Mon, 29 Oct 2018 at 19:38, Christian Grothoff wrote: > Hi Daniel, > > I did some more testing, and my previo

Re: [libmicrohttpd] TCP connection callbacks - problem

2018-10-29 Thread Christian Grothoff
Hi Daniel, I did some more testing, and my previous patch required on manually setting MHD_USE_ITC. I've now changed the code to automatically set this option in your situation, so please try 47281241..777d5e04 Happy hacking! Christian On 10/26/18 2:21 PM, Daniel Bujnik wrote: > Hi Christian, >

Re: [libmicrohttpd] TCP connection callbacks - problem

2018-10-29 Thread Christian Grothoff
Hi Daniel, Thanks, but no worries: this one has my attention, I just need to find the time to look into it. Oh, in terms of what would help: automated testcases (especially those ready for integration with 'make check') are always very helpful for speeding up things... Happy hacking! Christian

Re: [libmicrohttpd] TCP connection callbacks - problem

2018-10-29 Thread Daniel Bujnik
Hi Christian, I have created a mantis bug for the issue I had described hoping it will get some more attention: https://gnunet.org/bugs/view.php?id=5463 Please let me know if you have any questions or would like me to test some more fixes. Kind regards, Daniel On Sat, 20 Oct 2018 at 11:46,

Re: [libmicrohttpd] TCP connection callbacks - problem

2018-10-26 Thread Daniel Bujnik
Hi Christian, I have just had a chance to test your change. Unfortunately I have to say that it does not make any difference and closing notification is still NOT being triggered on TCP connection closure. I have tested with current master. Please let me know if you have any other idea on how to f

Re: [libmicrohttpd] TCP connection callbacks - problem

2018-10-20 Thread Daniel Bujnik
Hi Christian, Yes, indeed I have been using one thread per connection model. I will give it a go and come back to you. Kind regards, Daniel On Sat, 20 Oct 2018 at 11:46, Christian Grothoff wrote: > Dear Daniel, > > You didn't mention which thread mode you were using, but manual > inspection

Re: [libmicrohttpd] TCP connection callbacks - problem

2018-10-20 Thread Christian Grothoff
Dear Daniel, You didn't mention which thread mode you were using, but manual inspection suggests your issue should occur in thread-per-connection modes (only). In that case, I've pushed a (likely) fix in b55cd46b..47281241 to Git master. Please test and report back! Happy hacking! Christian O