Don't try to read from closed connection socket 42/189542/2
authorPiotr Sawicki <p.sawicki2@partner.samsung.com>
Tue, 18 Sep 2018 10:58:31 +0000 (12:58 +0200)
committerPiotr Sawicki <p.sawicki2@partner.samsung.com>
Wed, 19 Sep 2018 06:35:48 +0000 (08:35 +0200)
commita38c532bce977a22f89894a94fefac3981db9d28
treeb450ccebf3ab660d7fddda469bab14b6d63ad251
parentb7375ed5aad5984f761c8cce223523a3b2dbbe74
Don't try to read from closed connection socket

After closing a connection, we should immeadiately return from
processing method, as the socket descriptor struct has already been
destroyed.

Change-Id: Ie8912941ad4b504f0e1cde0441fc1a3cdc14710e
src/ipc/channel.cpp
src/ipc/client-channel.cpp