Enhance logs in case of writing errors & socket problems 58/200858/3
authorTomasz Swierczek <t.swierczek@samsung.com>
Tue, 5 Mar 2019 06:26:04 +0000 (07:26 +0100)
committerTomasz Swierczek <t.swierczek@samsung.com>
Tue, 5 Mar 2019 09:12:24 +0000 (10:12 +0100)
commita8ef647191fd44fe93206fec08f82f73db46e8a1
tree2a56defe4b98615115736dfe3d621db6566a1f8f
parent81dea583654bb2a072ea92ae876418b78e1c190b
Enhance logs in case of writing errors & socket problems

In rare case security-manager is closing connections to clients
and after that, it tries to write responses to already closed connections.

With these enhanced logs it would be possible to match if the closed connections
(already appearing in logs) are for same socket number like ignored packets.

Change-Id: Ia105c8731d64d83d8d83182e12ae8adee1b961f0
src/server/main/socket-manager.cpp