browserify / browserify/http-browserify
Request::abort() not implemented
Offen
- Vorherrschende Sprache
- JavaScript
- Sterne
- 245
- Forks
- 104
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- javascript
- Bereich
- api
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100