From: rl1987 Date: Sat, 9 Feb 2019 14:56:54 +0000 (+0200) Subject: Add changes file X-Git-Tag: tor-0.4.0.4-rc~18^2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2222ba169a059e1a6ce04cb9014fe8870674d87;p=thirdparty%2Ftor.git Add changes file --- 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.