pkg/websocket
Victor Agababov 66f1d63f10
Fix logging around pkg (#1310)
- use more performant functions (mostly remove formatters were possible)
- move zap.Error() to the call site, rather than creating a new sugared logger with a key attached (not cheap)
- fix *w usages where the key was not provided.
2020-05-07 15:00:45 -07:00
..
OWNERS Add OWNERS to the websocket which was missing before. (#754) 2019-10-09 11:32:13 -07:00
connection.go Fix logging around pkg (#1310) 2020-05-07 15:00:45 -07:00
connection_test.go Fix the issues pointed out by staticcheck (#541) 2019-07-23 13:13:36 -07:00
hijack.go Fix malformed license headers. (#1258) 2020-04-29 08:38:42 -07:00
hijack_test.go Helper to call Hijack on a http.ResponseWriter if possible. (#281) 2019-02-15 13:13:44 -08:00