diff options
author | David Goulet <dgoulet@torproject.org> | 2019-02-20 11:29:55 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-02-20 11:29:55 -0500 |
commit | a30f17f72fb4e016f1c0d7f8619fcb20fec29d16 (patch) | |
tree | 7f379a1e24c605e81ce15948ac623c17691dddb3 /changes | |
parent | c22446e3055603cdbbea36e31ea49436d9ca3e11 (diff) | |
parent | 8d04dc416bd6aa3fefc0914add8708083dc99d52 (diff) | |
download | tor-a30f17f72fb4e016f1c0d7f8619fcb20fec29d16.tar.gz tor-a30f17f72fb4e016f1c0d7f8619fcb20fec29d16.zip |
Merge branch 'tor-github/pr/696'
Diffstat (limited to 'changes')
-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. |