Skip to content

missing response stream error events #309

@randypuro

Description

@randypuro

The response stream is setup as a series of pipes, but node-fetch only listens for errors on the end of the pipe. Pipes don't send error events along the way. We've seen expected end of JSON input errors which are in fact probably caused by ECONNRESET's which are not surfacing because of this issue.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions