Bug fix for C++ TSocketPool
authorDavid Reiss <dreiss@apache.org>
Fri, 29 Feb 2008 07:33:47 +0000 (07:33 +0000)
committerDavid Reiss <dreiss@apache.org>
Fri, 29 Feb 2008 07:33:47 +0000 (07:33 +0000)
commitf50021af668da8a143a5dfd764c5380c0a330a39
treed0de3891c8db97304b9fa09e15635a0350073f03
parent6d0cccd64000ae35ce1e648020f852ba333a5ba2
Bug fix for C++ TSocketPool

Wasn't setting the host or port for each server in the pool on open.

Reviewed By: dbraginsky

Test Plan: Just compiled.  Will test with dbraginsky's server.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665535 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/transport/TSocketPool.cpp