mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
6 lines
245 B
Plaintext
6 lines
245 B
Plaintext
|
o Code simplification and refactoring:
|
||
|
|
||
|
- Break up the 630-line function connection_dir_client_reached_eof() into
|
||
|
a dozen smaller functions. This change should help maintainability and
|
||
|
readability of the client directory code.
|