Silenced channel send error for StreamWrite's to master thread. If client disconnects before server send response the relay will now just silently close the connection.

This commit is contained in:
PinkP4nther 2021-10-10 00:48:53 -07:00
commit 1b2ed7a10d
2 changed files with 12 additions and 5 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "sslrelay"
version = "0.6.0"
version = "0.6.1"
authors = ["PinkP4nther <pinkp4nther@protonmail.com> @Pink_P4nther"]
edition = "2018"
description = "A TCP relay library for relaying/modifying/spoofing TCP traffic by implementing callback code."