From b4d3ff2d460607ba8e1b351233cb6cbe9f031264 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 29 Dec 2019 14:39:27 -0800 Subject: fixes #1064 Potential deadlock in statistics code fixes #1063 Include sanitizer runs in CI fixes #1068 Wssfile test sometimes fails with wrong error code While here, addressed a number of clang-tidy items, and some light cleanup of code we were already in. --- src/supplemental/websocket/websocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/supplemental/websocket/websocket.h') diff --git a/src/supplemental/websocket/websocket.h b/src/supplemental/websocket/websocket.h index bbc58d30..1ecb4618 100644 --- a/src/supplemental/websocket/websocket.h +++ b/src/supplemental/websocket/websocket.h @@ -29,7 +29,7 @@ typedef struct nni_ws_dialer nni_ws_dialer; // on INADDR_ANY port 80, with path "/". For connect side, INADDR_ANY // makes no sense. (TBD: return NNG_EADDRINVAL, or try loopback?) -// Much of the websocket API is still "private", meeaning you should not +// Much of the websocket API is still "private", meaning you should not // rely upon it being around. extern int nni_ws_listener_alloc(nng_stream_listener **, const nni_url *); extern int nni_ws_dialer_alloc(nng_stream_dialer **, const nni_url *); -- cgit v1.2.3-70-g09d2