Skip to content
Snippets Groups Projects
Commit c4ff0851 authored by Sergey Linev's avatar Sergey Linev Committed by Philippe Canal
Browse files

http: provide proper comment in ws handler

parent b37ff867
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment