Skip to content

Commit

Permalink
Use knative/pkg/websocket. Delete moved code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nghia Tran committed Feb 16, 2019
1 parent 4eb1a73 commit 8e3536d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 115 deletions.
2 changes: 1 addition & 1 deletion pkg/activator/handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ import (
"strconv"
"time"

"github.com/knative/pkg/websocket"
"github.com/knative/serving/pkg/activator"
"github.com/knative/serving/pkg/activator/util"
pkghttp "github.com/knative/serving/pkg/http"
"github.com/knative/serving/pkg/network/websocket"
"go.uber.org/zap"
)

Expand Down
34 changes: 0 additions & 34 deletions pkg/network/websocket/hijack.go

This file was deleted.

79 changes: 0 additions & 79 deletions pkg/network/websocket/hijack_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/queue/timeout.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"sync"
"time"

"github.com/knative/serving/pkg/network/websocket"
"github.com/knative/pkg/websocket"
)

var defaultTimeoutBody = "<html><head><title>Timeout</title></head><body><h1>Timeout</h1></body></html>"
Expand Down

0 comments on commit 8e3536d

Please sign in to comment.