summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_throttler_entry.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-13 10:47:09 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-13 10:47:09 +0000
commit4f5656c620d7ed91516571e01560ae417dd8cf2e (patch)
treea0409f2de6d5405b4e560a14da021bb3f86894fd /net/url_request/url_request_throttler_entry.h
parent9ffd987bff794559488f6c3455fbb29c222dd7d1 (diff)
downloadchromium_src-4f5656c620d7ed91516571e01560ae417dd8cf2e.zip
chromium_src-4f5656c620d7ed91516571e01560ae417dd8cf2e.tar.gz
chromium_src-4f5656c620d7ed91516571e01560ae417dd8cf2e.tar.bz2
net: Add namespace net to URLRequestHttpJob.
BUG=64263 TEST=compiled locally and trybots Review URL: http://codereview.chromium.org/5682009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68986 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/url_request/url_request_throttler_entry.h')
-rw-r--r--net/url_request/url_request_throttler_entry.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/url_request/url_request_throttler_entry.h b/net/url_request/url_request_throttler_entry.h
index 9b8955d..ac33fa1 100644
--- a/net/url_request/url_request_throttler_entry.h
+++ b/net/url_request/url_request_throttler_entry.h
@@ -18,8 +18,8 @@ namespace net {
// deduce the back-off time for every request.
// The back-off algorithm consists of two parts. Firstly, exponential back-off
// is used when receiving 5XX server errors or malformed response bodies.
-// The exponential back-off rule is enforced by URLRequestHttpJob. Any request
-// sent during the back-off period will be cancelled.
+// The exponential back-off rule is enforced by URLRequestHttpJob. Any
+// request sent during the back-off period will be cancelled.
// Secondly, a sliding window is used to count recent requests to a given
// destination and provide guidance (to the application level only) on whether
// too many requests have been sent and when a good time to send the next one