summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Python/dynamic_annotations.c
diff options
context:
space:
mode:
authorbabenko <[email protected]>2026-04-20 17:46:16 +0300
committerbabenko <[email protected]>2026-04-20 22:38:25 +0300
commit18137b3ffe33ef1bb9a77694a4832857a2b8a0cb (patch)
treec65fc2bd182f3c54d9bc4fbb964bfad56898eebc /contrib/tools/python3/Python/dynamic_annotations.c
parentbac55b8485b68056b30a4d51ad60443a945c406f (diff)
Fix unknown packet type causing connection to stop reading in TTcpConnection
On an unknown packet type, `OnPacketReceived` fell through to `return false`, signaling a fatal error and stopping the connection from reading on edge-triggered epoll. Unknown packet types should be ignored (logged and skipped), so changed `break` + `return false` to `return true`. commit_hash:a1977aaefd1d53590831d9a8ed8879a8f1f554c5
Diffstat (limited to 'contrib/tools/python3/Python/dynamic_annotations.c')
0 files changed, 0 insertions, 0 deletions