소스 검색

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.