Linux Joplin App keeps sending reset TCP RST packets to webdav server

As I'm continuing to work on my firewall rules for my https/webdav server, I notice that joplin linux desktop app always sends RST packets to the webdav server. Do we know why? I'm not sure that this is typical...

Upon startup of the Joplin app, the app includes to send five (5) TCP RST packets to the webdav server. Any ideas why Joplin would want to reset the TCP connection? I get no errors upon synchronisation.

I remember fixing a similar issue, might be a regression.

I have tried to replicate this but could not. Maybe it's because I was running apache locally and used plain http rather than https.

Do you remember which issue# it was or commit that you fixed?

One of these

I'm still seeing 'RST' packets being sent. Do you know how I could debug this and provide some helpful information? I see the changes for this PR is mostly using the shim pkg but I'm not that familiar with it. I do see here that this is where it references the keepAlive for 5000ms and I'm getting repeated (3-4 RST packets) every 5 minutes.