Remove per-write buffer callback from AsyncSocket
authorYang Chi <yangchi@fb.com>
Mon, 14 Dec 2015 23:33:46 +0000 (15:33 -0800)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Tue, 15 Dec 2015 00:20:23 +0000 (16:20 -0800)
commit76fcf3897e2600b0dbd719d84f0143148caf107b
tree61ba1c9d617a98112fd5b29e46de2e293932dc3f
parent34de70e251592fd4da73ffb8f908ba4e728f385c
Remove per-write buffer callback from AsyncSocket

Summary: Remove per-write buffer callback from AsyncSocket

Reviewed By: afrind

Differential Revision: D2733142

fb-gh-sync-id: 91214a8c833bbd479bf049c2bb72d660e0c30f50
folly/io/async/AsyncPipe.cpp
folly/io/async/AsyncPipe.h
folly/io/async/AsyncSocket.cpp
folly/io/async/AsyncSocket.h
folly/io/async/AsyncTransport.h
folly/io/async/test/AsyncSocketTest.h
folly/io/async/test/AsyncSocketTest2.cpp
folly/io/async/test/MockAsyncTransport.h