diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-11-04 09:59:25 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-11-04 09:59:25 -0500 |
commit | 3d8cb107323fa5d9cc375087e69a9940b947d0e3 (patch) | |
tree | 5c7bad1cc65e86a1594494419a6a6bc6e901a591 /changes | |
parent | ce147d33f5c029fc74756dda8f9986cb4b8f2673 (diff) | |
download | tor-3d8cb107323fa5d9cc375087e69a9940b947d0e3.tar.gz tor-3d8cb107323fa5d9cc375087e69a9940b947d0e3.zip |
Changes file for Andrea's work on 6456
Diffstat (limited to 'changes')
-rw-r--r-- | changes/tickets6456 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/tickets6456 b/changes/tickets6456 new file mode 100644 index 0000000000..68ce2c7dd9 --- /dev/null +++ b/changes/tickets6456 @@ -0,0 +1,6 @@ + o Code simplification and refactoring: + - Combine the functions used to parse ClientTransportPlugin and + ServerTransportPlugin into a single function. Closes ticket 6456. + + o Testing: + - New tests for parse_transport_line(). Part of ticket 6456. |