From c4ff0851da9d75e8ebc3994656e5fcb1528bfae4 Mon Sep 17 00:00:00 2001
From: Sergey Linev <S.Linev@gsi.de>
Date: Wed, 15 Aug 2018 15:53:33 +0200
Subject: [PATCH] http: provide proper comment in ws handler

---
 net/http/src/THttpWSHandler.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/http/src/THttpWSHandler.cxx b/net/http/src/THttpWSHandler.cxx
index a51d5a6685b..2b3008b3025 100644
--- a/net/http/src/THttpWSHandler.cxx
+++ b/net/http/src/THttpWSHandler.cxx
@@ -194,7 +194,7 @@ void THttpWSHandler::SendWS(UInt_t wsid, const void *buf, int len)
 }
 
 ////////////////////////////////////////////////////////////////////////////////
-/// Send binary data with binary data via given websocket id
+/// Send binary data with text header via given websocket id
 
 void THttpWSHandler::SendHeaderWS(UInt_t wsid, const char *hdr, const void *buf, int len)
 {
-- 
GitLab