瀏覽代碼

Changes file for Andrea's work on 6456

Nick Mathewson 9 年之前
父節點
當前提交
3d8cb10732
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      changes/tickets6456

+ 6 - 0
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.