mirror of
https://github.com/alibaba/higress.git
synced 2026-05-09 21:37:31 +08:00
fix example sse build error (#1503)
This commit is contained in:
@@ -75,7 +75,7 @@ impl RootContext for SseTimingRoot {
|
||||
rule_matcher: self.rule_matcher.clone(),
|
||||
vendor: "higress".into(),
|
||||
is_event_stream: false,
|
||||
event_stream: EventStream::new(),
|
||||
event_stream: EventStream::default(),
|
||||
start_time: self.get_current_time(),
|
||||
}))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user