move connectionmanager/managed connection to wangle
authorDave Watson <davejwatson@fb.com>
Wed, 17 Sep 2014 17:20:31 +0000 (10:20 -0700)
committerDave Watson <davejwatson@fb.com>
Wed, 17 Sep 2014 18:23:50 +0000 (11:23 -0700)
commit0703c0070b211897f6515656f2e80884ec52b8ee
tree532e9a3c44206ada9bdbc84fd4c413a86b1d0853
parent79b9cc5f830d8b92abeb29e180a30f75804259d0
move connectionmanager/managed connection to wangle

Summary: Moar code sharing between proxygen/thrift.  Code must be moved to a common library: The only one we currently have is folly, but if someone wants to argue for a separate lib, that's cool too

Test Plan: fbconfig -r proxygen; fbmake dev

Reviewed By: dcsommer@fb.com

Subscribers: doug, fugalh, bmatheny, njormrod

FB internal diff: D1519919

Tasks: 5002343
folly/experimental/wangle/ConnectionManager.cpp [new file with mode: 0644]
folly/experimental/wangle/ConnectionManager.h [new file with mode: 0644]
folly/experimental/wangle/ManagedConnection.cpp [new file with mode: 0644]
folly/experimental/wangle/ManagedConnection.h [new file with mode: 0644]