bogdanfinn / tls-client

net/http.Client like HTTP Client with options to select specific client TLS Fingerprints to use for requests.
BSD 4-Clause "Original" or "Old" License
667 stars 133 forks source link

when RemoveSession close HttpClient #87

Closed JohnDoe117 closed 6 months ago

JohnDoe117 commented 6 months ago

When I use this library with Python, if I use different "sessionId" and use the destroySession() method, it is unable to close the connection of the tls_client.HttpClient created, which leads to a memory leak issue in Python.