Skip to content

Connection reset by peer #33

Description

@mindplay-dk

I'm seeing IO errors on the console whenever a peer drops a connection:

Error serving connection: hyper::Error(Io, Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" })

I don't think this should appear?

Peers dropping connections is normal - for example, Chrome does this when starting an audio/video stream.

So I don't think this is unexpected, and likely shouldn't be treated as an error? Unless somebody wants to explicitly handle it as an error - perhaps via some sort of callback? For something like web sockets or other technical stuff, you might need this, I'm really not sure...?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions