Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Issue 10640017: Document the HttpClient uses KeepAlive, keeping sockets open for up to 60 seconds after a connectio… (Closed)

Created:
8 years, 6 months ago by Anders Johnsen
Modified:
8 years, 6 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Document the HttpClient uses KeepAlive, keeping sockets open for up to 60 seconds after a connection is complete. BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=9017

Patch Set 1 #

Total comments: 9

Patch Set 2 : Review update. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -1 line) Patch
M runtime/bin/http.dart View 1 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Anders Johnsen
8 years, 6 months ago (2012-06-22 07:41:11 UTC) #1
Søren Gjesse
lgtm https://chromiumcodereview.appspot.com/10640017/diff/1/runtime/bin/http.dart File runtime/bin/http.dart (right): https://chromiumcodereview.appspot.com/10640017/diff/1/runtime/bin/http.dart#newcode628 runtime/bin/http.dart:628: * use keep-alive. This means that sockets may ...
8 years, 6 months ago (2012-06-22 08:12:02 UTC) #2
Søren Gjesse
http://codereview.chromium.org/10640017/diff/1/runtime/bin/http.dart File runtime/bin/http.dart (right): http://codereview.chromium.org/10640017/diff/1/runtime/bin/http.dart#newcode628 runtime/bin/http.dart:628: * use keep-alive. This means that sockets may be ...
8 years, 6 months ago (2012-06-22 08:16:01 UTC) #3
Bill Hesse
https://chromiumcodereview.appspot.com/10640017/diff/1/runtime/bin/http.dart File runtime/bin/http.dart (right): https://chromiumcodereview.appspot.com/10640017/diff/1/runtime/bin/http.dart#newcode627 runtime/bin/http.dart:627: * with the [HttpClientConnection]s and when the endpoint supports ...
8 years, 6 months ago (2012-06-22 08:33:44 UTC) #4
Søren Gjesse
https://chromiumcodereview.appspot.com/10640017/diff/1/runtime/bin/http.dart File runtime/bin/http.dart (right): https://chromiumcodereview.appspot.com/10640017/diff/1/runtime/bin/http.dart#newcode627 runtime/bin/http.dart:627: * with the [HttpClientConnection]s and when the endpoint supports ...
8 years, 6 months ago (2012-06-22 08:50:24 UTC) #5
Anders Johnsen
Ty, committing. https://chromiumcodereview.appspot.com/10640017/diff/1/runtime/bin/http.dart File runtime/bin/http.dart (right): https://chromiumcodereview.appspot.com/10640017/diff/1/runtime/bin/http.dart#newcode627 runtime/bin/http.dart:627: * with the [HttpClientConnection]s and when the ...
8 years, 6 months ago (2012-06-22 09:13:23 UTC) #6
Bill Hesse
8 years, 6 months ago (2012-06-22 09:38:34 UTC) #7

          

Powered by Google App Engine
This is Rietveld 408576698