pipeline handler removal, fix service test
authorJames Sedgwick <jsedgwick@fb.com>
Mon, 15 Jun 2015 19:12:28 +0000 (12:12 -0700)
committerSara Golemon <sgolemon@fb.com>
Mon, 15 Jun 2015 20:36:36 +0000 (13:36 -0700)
commit31c71948e3b4b791ee462355151528a3d15ea7d2
treed041dfb42c80b34894d99632a356c145b4665163
parent53e6886f69ae6ee428c9a72643213c80bd75c793
pipeline handler removal, fix service test

Summary: add remove<T>, remove(Handler*), removeFront(), removeBack() to Pipeline
employ these to fix up reusing client pipelines with client dispatchers, which in turn fixes the broken ServiceTest

Reviewed By: @djwatson

Differential Revision: D2152636
folly/wangle/channel/HandlerContext-inl.h
folly/wangle/channel/Pipeline-inl.h
folly/wangle/channel/Pipeline.h
folly/wangle/channel/test/PipelineTest.cpp
folly/wangle/service/ClientDispatcher.h