Re: [libmicrohttpd] Avoid memory pool starvation for upgraded connectionss

2023-04-04 Thread Evgeny Grin
Hi Martin, Thank you for the report. -- Evgeny On 04.04.2023 11:21, Martin Hejnfelt wrote: Hi  Evgeny, I just tried out SHA da42f22c64357179f3869594ca4001c7525a2a1f and it seems to work fine! Memory pool is reclaimed and repurposed appropriately seemingly. Thank you for the fix! Best rega

Re: [libmicrohttpd] Avoid memory pool starvation for upgraded connectionss

2023-04-04 Thread Martin Hejnfelt
Hi Evgeny, I just tried out SHA da42f22c64357179f3869594ca4001c7525a2a1f and it seems to work fine! Memory pool is reclaimed and repurposed appropriately seemingly. Thank you for the fix! Best regards, Martin Hejnfelt On March 31, 2023 at 10:40:01 am +02:00, Evgeny Grin wrote: > Hi Martin,

Re: [libmicrohttpd] Avoid memory pool starvation for upgraded connectionss

2023-04-02 Thread Martin Hejnfelt
Hi Evgeny, Thank you for the update! I will give it a spin as soon as possible! /Martin On Fri, 2023-03-31 at 10:40 +0200, Evgeny Grin wrote: > Hi Martin, > > The issue should be fixed in git master. > > $ git clone https://git.gnunet.org/libmicrohttpd.git > > Could you check it? >

Re: [libmicrohttpd] Avoid memory pool starvation for upgraded connectionss

2023-03-31 Thread Evgeny Grin
Hi Martin, The issue should be fixed in git master. $ git clone https://git.gnunet.org/libmicrohttpd.git Could you check it? -- Wishes, Evgeny On 28.03.2023 17:00, Evgeny Grin wrote: Hi Martin, Thank you for the report and the analysis. Indeed, 4-bytes communication is not efficient at all

Re: [libmicrohttpd] Avoid memory pool starvation for upgraded connectionss

2023-03-28 Thread Evgeny Grin
Hi Martin, Thank you for the report and the analysis. Indeed, 4-bytes communication is not efficient at all. It will be fixed in git master in similar way as suggested. In adding. a log warning will be added to notify about such situations. I'll let you know when fix landed in the master bra