|
|
Added and implemented HttpStream::GetTotalSentBytes for basic streams.
Added HttpStream::GetTotalSentBytes, which counts the number of bytes
sent over the network, similar to HttpStream::GetTotalReceivedBytes.
This CL implements this method for basic HTTP streams; implementations
for SPDY and QUIC streams will be added in later CLs.
BUG= 518897
Committed: https://crrev.com/be1ccf63461b881b8542975e086a0e682600e2b2
Cr-Commit-Position: refs/heads/master@{#346996}
Total comments: 17
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+331 lines, -1 line) |
Patch |
 |
M |
net/http/http_basic_stream.h
|
View
|
1
2
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_basic_stream.cc
|
View
|
1
2
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction_unittest.cc
|
View
|
1
2
|
3 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_response_body_drainer_unittest.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_stream.h
|
View
|
1
2
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_stream_factory_impl_unittest.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_stream_parser.h
|
View
|
1
2
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_stream_parser.cc
|
View
|
1
2
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_stream_parser_unittest.cc
|
View
|
1
|
11 chunks |
+233 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/http/proxy_connect_redirect_http_stream.h
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/proxy_connect_redirect_http_stream.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_http_stream.h
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_http_stream.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/socket_test_util.h
|
View
|
1
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/socket_test_util.cc
|
View
|
1
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_stream.h
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_stream.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_http_job_unittest.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/websockets/websocket_basic_handshake_stream.h
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/websockets/websocket_basic_handshake_stream.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 20 (4 generated)
|