[Libreoffice-commits] online.git: net/WebSocketHandler.hpp

Tor Lillqvist tml at collabora.com
Wed Jul 18 18:17:21 UTC 2018


 net/WebSocketHandler.hpp |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1e7a56ddc6452e5a47743644e24026b856f9c6ef
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Jul 18 21:16:49 2018 +0300

    Add FIXME: Do we really want to log binary data as such here?
    
    Change-Id: I386d3c377d698f25da5094d87cd82183fc36aee4

diff --git a/net/WebSocketHandler.hpp b/net/WebSocketHandler.hpp
index 5b9aa5460..e1e04dac1 100644
--- a/net/WebSocketHandler.hpp
+++ b/net/WebSocketHandler.hpp
@@ -133,6 +133,7 @@ public:
         if (len == 0)
             return false; // avoid logging.
 
+        // FIXME: Do we really want to dump binary data as such here?
         LOG_TRC("#" << socket->getFD() << ": Incoming WebSocket data of " << len << " bytes: " << std::string(socket->_inBuffer.data(), socket->_inBuffer.size()));
 
         if (len < 2) // partial read


More information about the Libreoffice-commits mailing list