Comment 10 for bug 1461910

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

Reviewed: https://review.opencontrail.org/11313
Committed: http://github.org/Juniper/contrail-controller/commit/479ca0485fbd69b55d02322e4cd29636464616fd
Submitter: Zuul
Branch: master

commit 479ca0485fbd69b55d02322e4cd29636464616fd
Author: Hari <email address hidden>
Date: Thu Jun 4 18:06:36 2015 +0530

Fix valgrind reported issue in HTTP client

check_multi_info is invoked from "http client" and asio contexts.
Calling delete of connection info from here causes problems due to this.
Moving this such that if a new connection is created and if old
connection info is available, it is deleted. The last one is deleted when
HttpConnection is removed. Rechecked valgrind with this fix.

Change-Id: I0d2592b6ddb098d8f86e8036b0c1aa5c979627ac
closes-bug: 1461910
(cherry picked from commit 25d37477939bd3ea5adf2847e2ceb0f471f22bd9)