Commit f94b1a6f authored by Kenton Varda's avatar Kenton Varda

Really fix -Wall build.

parent e2094eed
...@@ -439,7 +439,7 @@ public: ...@@ -439,7 +439,7 @@ public:
// connection is ready, so that the caller doesn't need to know the difference. // connection is ready, so that the caller doesn't need to know the difference.
public: public:
virtual kj::Own<RpcFlowController> newStream() virtual kj::Own<RpcFlowController> newStream() override
{ return RpcFlowController::newFixedWindowController(65536); } { return RpcFlowController::newFixedWindowController(65536); }
// Construct a flow controller for a new stream on this connection. The controller can be // Construct a flow controller for a new stream on this connection. The controller can be
// passed into OutgoingRpcMessage::sendStreaming(). // passed into OutgoingRpcMessage::sendStreaming().
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment