diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2019-02-09 16:56:54 +0200 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-03-29 17:26:09 +1000 |
commit | c2222ba169a059e1a6ce04cb9014fe8870674d87 (patch) | |
tree | a81fa933ff205930ca17257289dd475f7ec08056 | |
parent | 6ab1929f00e625a0056eb29c5308ae9f3155a049 (diff) | |
download | tor-c2222ba169a059e1a6ce04cb9014fe8870674d87.tar.gz tor-c2222ba169a059e1a6ce04cb9014fe8870674d87.zip |
Add changes file
-rw-r--r-- | changes/ticket28816 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket28816 b/changes/ticket28816 new file mode 100644 index 0000000000..02878ccfdc --- /dev/null +++ b/changes/ticket28816 @@ -0,0 +1,4 @@ + 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. |