diff options
author | 2022-07-10 00:07:13 +0200 | |
---|---|---|
committer | 2022-07-10 00:07:13 +0200 | |
commit | d65d92a822c60da378bb06d074174c5caa84b11d (patch) | |
tree | 42d8f89be7d1b50a69a1632e0f9dd9011467763e | |
parent | f52220573019182df7e2e55435ab11131f43a50a (diff) |
Give proper credits to patch author (nw)
-rw-r--r-- | src/lib/util/client_ws.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/client_ws.hpp b/src/lib/util/client_ws.hpp index 48d4885369b..04af5026014 100644 --- a/src/lib/util/client_ws.hpp +++ b/src/lib/util/client_ws.hpp @@ -4,7 +4,7 @@ /* Changes to the websocket client - July 2022: (Michael Zapf) + July 2022: (Michael Zapf, patch by Pete Eberlein [peberlein]) Symptom: During the initial handshake, the ws client reads the HTTP header from the server and then waits for more data to come. In cases where the websocket server sends data immediately after the handshake to the client, |