net/WebSocketHandler.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ff31f2dba19766b77a668a450d73745152544b96 Author: Tor Lillqvist <[email protected]> Date: Thu Jul 19 11:39:32 2018 +0300 Avoid potential confusion by not using the term "packet" in a comment It confused at least me for a while into pondering whether the code thinks TCP is packet-oriented. Change-Id: I143fc7821abd6b4023d551cdcb42a00e1613e466 diff --git a/net/WebSocketHandler.hpp b/net/WebSocketHandler.hpp index d6933d173..6ef1460e0 100644 --- a/net/WebSocketHandler.hpp +++ b/net/WebSocketHandler.hpp @@ -299,7 +299,7 @@ public: else { while (handleOneIncomingMessage(socket)) - ; // can have multiple msgs in one recv'd packet. + ; // might have multiple messages in the accumulated buffer. } } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
