Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #145 from StrongMonkey/update-websocket
Browse files Browse the repository at this point in the history
fix websocket ping
  • Loading branch information
Craig Jellick authored Mar 1, 2017
2 parents f0e1ec2 + 5f3cb6c commit 186bd03
Show file tree
Hide file tree
Showing 19 changed files with 1,104 additions and 45 deletions.
1 change: 1 addition & 0 deletions service/hostapi/testutils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ func ParseTestPrivateKey() interface{} {
func GetTestConfig(addr string) *proxy.Config {
config := &proxy.Config{
ListenAddr: addr,
CattleAddr: "127.0.0.1:8081",
}

pubKey, err := proxy.ParsePublicKey("../testutils/public.pem")
Expand Down
2 changes: 1 addition & 1 deletion trash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ import:
version: 415abc325023f1a00cd2d9fa512e0e71745791a2

- package: github.com/rancher/websocket-proxy
version: 846935d828eb7762562270ad5855029d422745c5
version: 4b6c147a7434c740067e7613002d87977c029fa2

- package: github.com/rakyll/goini
version: 907cca0f578a5316fb864ec6992dc3d9730ec58c
Expand Down
13 changes: 9 additions & 4 deletions vendor/github.com/rancher/websocket-proxy/.drone.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 186bd03

Please sign in to comment.