Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adisaran64 committed Aug 24, 2022
1 parent 86ce8b5 commit 1da782c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/websockets.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (s *websocketsServer) Start() {

go func() {
var err error
/* #nosec G114 -- no support for timeouts */
/* #nosec G114 -- http functions have no support for timeouts */
if s.certFile == "" || s.keyFile == "" {
err = http.ListenAndServe(s.wsAddr, ws)
} else {
Expand Down

0 comments on commit 1da782c

Please sign in to comment.