mirror of
https://github.com/jpillora/chisel
synced 2026-06-08 15:07:02 +00:00
d670c83e2b
server/handleTCPStream() is sufficiently general to handle TCP stream functionality for both the client and server. Therefore, move it to share/ so it can be re-used by the client when chisel learns to support reverse port forwarding, in which case TCP stream handling will be done by the client rather than the server.