Skip to content

Commit d89dbb8

Browse files
update description servers
1 parent eadbd8c commit d89dbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/servers/servers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import "github.com/coder/websocket"
2727
// GetDefaultWebsocketDialOptions returns the default dial options for websocket connections.
2828
//
2929
// Returns:
30-
// - acceptOptions: Pointer to websocket.DialOptions
30+
// - acceptOptions: Pointer to websocket.AcceptOptions with default settings.
3131
func GetDefaultWebsocketAcceptOptions() (acceptOptions *websocket.AcceptOptions) {
3232
return &websocket.AcceptOptions{
3333
InsecureSkipVerify: true,

0 commit comments

Comments
 (0)