'Cleanup of node-libcurl after use in nodejs
Is there any need to close/cleanup a libcurl after server is shutdown? If yes, then how to do it? I have used a " await curly.post " to fetch some data in nodejs. After the use is done, how to close or cleanup the libcurl?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
