summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/lib/util/client_ws.hpp2
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,