Comment 27 for bug 1506795

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/19796
Committed: http://github.org/Juniper/contrail-controller/commit/2ad879adc280137ad0c7be3137dad6293e18eca5
Submitter: Zuul
Branch: R2.22.x

commit 2ad879adc280137ad0c7be3137dad6293e18eca5
Author: Nikhil B <email address hidden>
Date: Fri Feb 12 15:10:01 2016 +0530

Dont log error in case of eof error for async_read

async_read returns eof to indicate that the other side has closed the socket.
This is a way for other side to know that socket should be closed now. There
is no need to log since it is not an error condition
Closes-Bug: 1506795

Change-Id: Iee04f8ff2ac99cf66275b1f3bc58c749ed344021
(cherry picked from commit 7be4ae50f70e58dd90c7a43dbcc433f54cd180ac)