server_events_dispatch: Throw blueslip from stream based on event.op.

This commit is contained in:
YashRE42
2020-10-16 02:13:38 +00:00
committed by Tim Abbott
parent f69de35267
commit a93adbfa76
2 changed files with 5 additions and 0 deletions

View File

@@ -437,6 +437,9 @@ export function dispatch_normal_event(event) {
}
}
break;
default:
blueslip.error("Unexpected event type stream/" + event.op);
break;
}
break;