Skip to content

chore: move app proxying code to workspaceapps pkg #6998

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Apr 5, 2023
Prev Previous commit
Formatting
  • Loading branch information
Emyrk committed Apr 5, 2023
commit a34b6639b71b3640dc811b7b27a9ea73b1031162
4 changes: 2 additions & 2 deletions coderd/workspaceapps/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ type Server struct {
RealIPConfig *httpmw.RealIPConfig

SignedTokenProvider SignedTokenProvider
WorkspaceConnCache *wsconncache.Cache
AppSecurityKey SecurityKey
WorkspaceConnCache *wsconncache.Cache
AppSecurityKey SecurityKey

websocketWaitMutex sync.Mutex
websocketWaitGroup sync.WaitGroup
Expand Down