Skip to content

Commit

Permalink
🚒 v2.0.3
Browse files Browse the repository at this point in the history
- πŸ‘¨β€πŸ”¬ Add test coverage for `.abort()` method
- πŸ‘·β€β™‚οΈ Fix for timeouts
- πŸ‘¨β€πŸ’» Fix error returned by `.abort()` method β€” as per documentation
to return `499: Client Closed Request` error object
  • Loading branch information
dr-dimitru committed Nov 28, 2019
1 parent 66bf699 commit b4c264f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "request-libcurl",
"version": "2.0.1",
"version": "2.0.3",
"description": "Extremely stable HTTP request module built on top of libcurl",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b4c264f

Please sign in to comment.