-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Labels
kind/bugFeature doesn't work as expected.Feature doesn't work as expected.
Milestone
Description
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
Labels
kind/bugFeature doesn't work as expected.Feature doesn't work as expected.