Merge branch 'maint-0.4.0' into release-0.4.0

This commit is contained in:
George Kadianakis
2019-04-03 17:59:46 +03:00
5 changed files with 27 additions and 4 deletions
+4
View File
@@ -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.
+3
View File
@@ -0,0 +1,3 @@
o Code simplification and refactoring:
- Refactor handle_get_next_bandwidth() to use connection_dir_buf_add().
Implements ticket 29897.