Unify code in channel_write_*cell()

Patch from pingl; patch for 13827.
This commit is contained in:
Nick Mathewson
2016-10-19 17:07:23 -04:00
parent 87e4b9259a
commit ec4142abdf
3 changed files with 42 additions and 65 deletions
+3
View File
@@ -0,0 +1,3 @@
o Code simplification and refactoring:
- Remove duplicate code in the channel_write_*cell() functions.
Closes ticket 13827; patch from Pingl.