Commit fd908d2d authored by haibinlu's avatar haibinlu Committed by Commit bot

[Blimp Net] Use checkpoitner

Otherwise, ACK buffer will buildup in BlimpMessageOutputBuffer.

Review URL: https://codereview.chromium.org/1643813002

Cr-Commit-Position: refs/heads/master@{#371966}
parent 837de824
......@@ -51,7 +51,7 @@ void BrowserConnectionHandler::HandleConnection(
connection_ = std::move(connection);
// Hook up message streams to the connection.
connection_->SetIncomingMessageProcessor(demultiplexer_.get());
connection_->SetIncomingMessageProcessor(checkpointer_.get());
output_buffer_->SetOutputProcessor(
connection_->GetOutgoingMessageProcessor());
connection_->AddConnectionErrorObserver(this);
......
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