Skip to content

Releasing 2.2.10

Latest
Compare
Choose a tag to compare
@gdestuynder gdestuynder released this 27 Nov 22:35
6d01d1d
Fix a memleak which triggers when msgs have filled the curl buffer queue

In this case we still process the message [but wont send, it'll drop],
which is a bit slower, but in exchange it's structure gets free'd

thx @gcox for finding the issue