diff options
| author | babenko <[email protected]> | 2026-04-20 17:46:16 +0300 |
|---|---|---|
| committer | babenko <[email protected]> | 2026-04-20 22:38:25 +0300 |
| commit | 18137b3ffe33ef1bb9a77694a4832857a2b8a0cb (patch) | |
| tree | c65fc2bd182f3c54d9bc4fbb964bfad56898eebc /contrib/tools/python3/Python/import.c | |
| parent | bac55b8485b68056b30a4d51ad60443a945c406f (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/import.c')
0 files changed, 0 insertions, 0 deletions
