summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util
diff options
context:
space:
mode:
author Michael Zapf <github@mizapf.de>2022-07-10 00:07:13 +0200
committer Michael Zapf <github@mizapf.de>2022-07-10 00:07:13 +0200
commitd65d92a822c60da378bb06d074174c5caa84b11d (patch)
tree42d8f89be7d1b50a69a1632e0f9dd9011467763e /src/lib/util
parentf52220573019182df7e2e55435ab11131f43a50a (diff)
Give proper credits to patch author (nw)
Diffstat (limited to 'src/lib/util')
-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,