justcoding121 / titanium-web-proxy

A cross-platform asynchronous HTTP(S) proxy server in C#.
MIT License
1.93k stars 618 forks source link

cpu high usage after connections close #809

Open nxcod opened 4 years ago

nxcod commented 4 years ago

hi everyone, there is a problem with high processor usage while enable decrypt SSL and sockets do not turn off after the client close It continues to be connected even after the socket is closed by the client

explicitEndPoint = new ExplicitProxyEndPoint(IPAddress.Any, 1080, true);

when decrypt SSL is false will everything is work good

explicitEndPoint = new ExplicitProxyEndPoint(IPAddress.Any, 1080, false);

Elanchezhiyan-AIT commented 1 year ago

@honfika,

Do we have any updates on this issue? I'm also facing the same issue.