From 4f748bf9e163f83fb8aab88ee89c2ae929fa2cd7 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Sun, 15 Oct 2023 20:35:10 -0700 Subject: [PATCH] fix: fixes swallowed error when bad headers are found and fixing #2416 (#2423) * fix: fixes swallowed error when bad headers are found and fixing #2416 * minor clean up * fixes broken on first connect * fixes on reconnect --- .../components/LogViewer/LogEventSource.vue | 3 +- assets/composables/eventsource.ts | 33 ++++--------------- docker/event_generator.go | 13 ++++---- 3 files changed, 15 insertions(+), 34 deletions(-) diff --git a/assets/components/LogViewer/LogEventSource.vue b/assets/components/LogViewer/LogEventSource.vue index a858acd4..a1ca0e33 100644 --- a/assets/components/LogViewer/LogEventSource.vue +++ b/assets/components/LogViewer/LogEventSource.vue @@ -6,8 +6,7 @@