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

Remove excess spaces and reformat comment in spdy_session_pool.h.

This is a follow-up to https://crrev.com/c/1570914.

Bug: 912727
Change-Id: I284dbb580bb396da787c7d2f5755428458f88aeb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577479Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
Commit-Queue: Bence Béky <bnc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#652866}
parent 29c75459
......@@ -207,13 +207,13 @@ class NET_EXPORT SpdySessionPool
// another "blocking" request already pending. For example, the first request
// created will be considered "blocking", but subsequent requests will not as
// long as the "blocking" request is not destroyed. Once the "blocking"
// request is destroyed, the next created request will be marked "blocking".
// request is destroyed, the next created request will be marked "blocking".
//
// If a request is created, that request is not the "blocking" request, and
// |on_blocking_request_destroyed_callback| is non-null,
// then |on_blocking_request_destroyed_callback| will be invoked
// asynchronously when the "blocking" request is destroyed. The callback
// associated with the "blocking" request is never invoked.
// If a request is created, that request is not the "blocking" request, and
// |on_blocking_request_destroyed_callback| is non-null, then
// |on_blocking_request_destroyed_callback| will be invoked asynchronously
// when the "blocking" request is destroyed. The callback associated with the
// "blocking" request is never invoked.
//
// |delegate|, |spdy_session_request|, and |is_blocking_request_for_session|
// must all be non-null.
......
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