fnk93

Results 2 comments of fnk93

Session cookies are stored in the Golang shared library's session representation automatically. So, without an exported function which allows you to reset the session's cookies, you will currently need to...

@FlorianREGAZ the golang library already exposes the functions `freeMemory`, `destroySession` and `destroyAll`. The readme also tackles the issue of not freeing the responses here: (https://github.com/bogdanfinn/tls-client#compile-this-client-as-a-shared-library-for-use-in-other-languages-like-python-or-nodejs) With this, closing the response...