mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
4 lines
272 B
Text
4 lines
272 B
Text
o Code simplification and refactoring:
|
|
- Introduce a connection_dir_buf_add() helper function that checks for
|
|
compress_state of dir_connection_t and automatically writes a string to
|
|
directory connection with or without compression. Resolves issue 28816.
|