Skip to content

Instantly share code, notes, and snippets.

@matthewstokeley
Created December 12, 2019 07:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewstokeley/ee755219bc76db05f8e87a4625e6b4bc to your computer and use it in GitHub Desktop.
Save matthewstokeley/ee755219bc76db05f8e87a4625e6b4bc to your computer and use it in GitHub Desktop.
dry boolean
```
/**
*
* @link https://github.com/nodejs/node/blob/master/lib/_http_agent.js
*/
if (called)
return;
called = true;
if (err)
return cb(err)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment