Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regression in
Socket::shutdown()
when having _noShutdown
set
Regression injected with commit 0579ee8 of PR #9916 Original behavior was to do nothing in Socket::shutdown(), while the commit in question did setClosed() leading to an eventual socket close within SocketPoll::poll(). The latter causes an error within system ::ppoll(). Signed-off-by: Sven Göthel <[email protected]> Change-Id: I57d46e0428905137e05d34dad450fea1d6a0f127
- Loading branch information