titanium-web-proxy icon indicating copy to clipboard operation
titanium-web-proxy copied to clipboard

cpu high usage after connections close

Open nxcod opened this issue 4 years ago • 1 comments

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);

nxcod avatar Nov 04 '20 12:11 nxcod

@honfika,

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

Elanchezhiyan-AIT avatar Mar 22 '23 04:03 Elanchezhiyan-AIT