Commit 6747bf7d authored by Bence Béky's avatar Bence Béky Committed by Commit Bot

Change CHECK to DCHECK since crasher is fixed.

Bug: 819101
Change-Id: Ice48803d024d75ea1ea0311b098df29de25a4c63
Reviewed-on: https://chromium-review.googlesource.com/1057453Reviewed-by: default avatarHelen Li <xunjieli@chromium.org>
Commit-Queue: Bence Béky <bnc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#558772}
parent 44e4caf4
...@@ -1224,8 +1224,7 @@ int HttpStreamFactory::Job::DoCreateStream() { ...@@ -1224,8 +1224,7 @@ int HttpStreamFactory::Job::DoCreateStream() {
// WebSocket over HTTP/2 is only allowed to use existing HTTP/2 connections. // WebSocket over HTTP/2 is only allowed to use existing HTTP/2 connections.
// Therefore |using_spdy_| could not have been set unless a connection had // Therefore |using_spdy_| could not have been set unless a connection had
// already been found. // already been found.
// TODO(bnc): Change to DCHECK once https://crbug.com/819101 is fixed. DCHECK(!try_websocket_over_http2_);
CHECK(!try_websocket_over_http2_);
session_->spdy_session_pool()->push_promise_index()->ClaimPushedStream( session_->spdy_session_pool()->push_promise_index()->ClaimPushedStream(
spdy_session_key_, origin_url_, request_info_, &existing_spdy_session_, spdy_session_key_, origin_url_, request_info_, &existing_spdy_session_,
......
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