Chromium Code Reviews
DescriptionTelemetry: devtools_http should reuse its http connection.
Previously, devtools_http created a new tcp connection to Chrome for every
request. The large_profile generator makes tens of thousands of requests to
Chrome over a very short period of time. A socket used for a TCP connection
stays in the TIME_WAIT state for 240s after the connection has been closed.
This causes the large_profile generator to exhaust the socket limit on Windows.
Reusing the http connection fixes this problem.
BUG=464609
Committed: https://crrev.com/ea7516d8f1987d4ece3e712e5054a71b906b5603
Cr-Commit-Position: refs/heads/master@{#319849}
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Patch Set 4 #
Total comments: 7
Patch Set 5 : Comments from dtu. #Patch Set 6 : Comments from dtu, round two. #
Messages
Total messages: 11 (3 generated)
|
|||||||||||||||||||||||||||||||||||||