-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
superagent itself defines `Request.prototype._end()` and expects to be able to call it (from `.end()`) to kick off an actual request. Therefore, `_end` is a name we **should not** use internally, especially as one that ends up calling the underlying `.end()` Instead, use a semi-namespaced key to store off the existing value so that it's safe even if another plugin does something similar.
- Loading branch information
1 parent
b3def04
commit 5700436
Showing
1 changed file
with
7 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters