Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: memory fix in safeRequest via nimutils
safeRequest was creating new SSL context for each request however it was not property getting cleaned up via destroyContext(). As such each request was computing fresh SSL context which included all root certs which would accumulate ~1Mb of memory
- Loading branch information