Skip to content

Fatal error: should not happen #249

Closed
@weissi

Description

@weissi

assertionFailure("should not happen")

this assertion can easily be hit by putting the following code into the HTTPBinHandler:

    func errorCaught(context: ChannelHandlerContext, error: Error) {
        context.close(promise: nil)
    }

and then running the tests. I believe this is a real error that is likely to happen.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugFeature doesn't work as expected.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions