browserify / browserify/http-browserify
Request::abort() not implemented
Open
- Dominant language
- JavaScript
- Stars
- 245
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
http://nodejs.org/api/http.html#http_request_abort
I ran across this when using [request](https://github.com/request/request)'s timeout option that uses abort() internally.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Request implementation in http-browserify and compare its available methods with the Node.js http.request documentation linked in the issue. Trace how request/request uses abort() for timeouts, then verify that the missing method is implemented and that the timeout path no longer fails.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100