Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Daniil Antoshin <[email protected]>
  • Loading branch information
danilrwx committed Dec 5, 2024
1 parent 56f197f commit a3b0973
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
diff --git a/pkg/virt-handler/rest/console.go b/pkg/virt-handler/rest/console.go
index 29fd317aa5..2d2fd4185a 100644
index 4eb681018d..f76f6187a7 100644
--- a/pkg/virt-handler/rest/console.go
+++ b/pkg/virt-handler/rest/console.go
@@ -43,6 +43,8 @@ import (

"kubevirt.io/kubevirt/pkg/util"
"kubevirt.io/kubevirt/pkg/virt-handler/isolation"
+
+ "github.com/gorilla/websocket"
+ "github.com/gorilla/websocket"
)

type ConsoleHandler struct {
@@ -324,7 +326,7 @@ func (t *ConsoleHandler) stream(vmi *v1.VirtualMachineInstance, request *restful
//const failedRetrieveVMI = "Failed to retrieve VMI"
@@ -326,7 +328,7 @@ func (t *ConsoleHandler) stream(vmi *v1.VirtualMachineInstance, request *restful

select {
case <-stopCh:
Expand Down

0 comments on commit a3b0973

Please sign in to comment.