release/0.3.0 #10

Merged
pufereq merged 32 commits from release/0.3.0 into main 2025-09-19 13:28:10 +00:00
5 changed files with 264 additions and 54 deletions
Showing only changes of commit b9a7c2bdaf - Show all commits

View File

@@ -158,6 +158,7 @@ class BackendServer:
sent = sock.send(client.outbound)
client.outbound = client.outbound[sent:]
# TODO: wait for ACK from client
except ConnectionResetError as e:
self.logger.error(f"Connection reset by {client}, disconnect: {e}")
self._disconnect(client)