titanium-web-proxy
                                
                                 titanium-web-proxy copied to clipboard
                                
                                    titanium-web-proxy copied to clipboard
                            
                            
                            
                        cpu high usage after connections close
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);
@honfika,
Do we have any updates on this issue? I'm also facing the same issue.