mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
chan: Remove dead var cell handler from channel_t
The variable lenght cells are handled directly by channel_tls_handle_var_cell() from an OR connection reading its inbuf. The channel var cell handler (agnostic) was never used. Closes #32892 Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
committed by
Nick Mathewson
parent
e231cd5b61
commit
59dac38ebe
@@ -0,0 +1,3 @@
|
||||
o Code simplification and refactoring (channel):
|
||||
- Channel layer had a variable length cell handler that was not used and
|
||||
thus removed. Closes ticket 32892.
|
||||
Reference in New Issue
Block a user