retoor 0a7aa5babb perf: replace per-connection counter with total counter in handle_client to fix connection numbering
The diff changes the assignment of `connection_nr` from `self.connection_count` (which resets on each new connection batch) to `self.total_connection_count` (which monotonically increases). This ensures each connection receives a unique, ever-increasing identifier rather than reusing numbers from previous cycles, preventing confusion in logs and debugging under high concurrency.
2024-12-18 03:20:09 +00:00

Zamenyat

HTTP bridge configurable to replace the content you want to see replaced. This can be used to have a real version and anonymous version for a website for example like I did. This site exists in the retoor version and under my real name for example.

S
Description
HTTP bridge configurable to replace the content you want to see replaced. This can be used to have a real version and anonymous version for a website for example like I did. This site exists in the retoor version and under my real name for example.
Readme
88 KiB
Languages
Python 94.1%
Makefile 5.9%