- 17 Dec, 2019 1 commit
-
-
vyzo authored
-
- 30 Sep, 2019 2 commits
-
-
Alex Browne authored
-
Alex Browne authored
-
- 26 Sep, 2019 1 commit
-
-
Steven Allen authored
If we send no message, the client gets a 1005. This will send a 1000.
-
- 04 Apr, 2019 1 commit
-
-
Steven Allen authored
I believe this was written before request hijacking was a thing. We no longer need to hold the `ServeHTTP` function open.
-
- 05 Sep, 2017 4 commits
-
-
Steven Allen authored
(make @whyrusleeping happy)
-
Steven Allen authored
1. Ensure we only close the connection once. Especially, don't call the done function multiple times and/or concurrently. 2. Call WriteControl instead of WriteMessage in Close. WriteControl is thread-safe, WriteMessage isn't. Also, this sets a 100ms deadline on gracefully closing connections.
-
Jeromy authored
-
Jeromy authored
-
- 09 Jul, 2017 1 commit
-
-
dignifiedquire authored
-