use inbound/outbound handlers in a few more places
[folly.git] / folly / wangle / channel / Handler.h
index 4332878fcd6347d59f38550b03b5c6903a925c21..676c2fabf3783e4ee14e6d643cb3d7b8255ab672 100644 (file)
@@ -159,7 +159,7 @@ class HandlerAdapter : public Handler<R, R, W, W> {
 typedef HandlerAdapter<IOBufQueue&, std::unique_ptr<IOBuf>>
 BytesToBytesHandler;
 
-typedef InboundHandler<IOBufQueue&>
+typedef InboundHandler<IOBufQueue&, std::unique_ptr<IOBuf>>
 InboundBytesToBytesHandler;
 
 typedef OutboundHandler<std::unique_ptr<IOBuf>>