|
Refactor SpdyHttpStream to implement HttpStream. Required adding a new
method to HttpStream, and refactoring BasicHttpStream as well.
BUG= 50268
Total comments: 21
Total comments: 13
Total comments: 11
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+193 lines, -113 lines) |
Patch |
 |
M |
net/http/http_basic_stream.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+8 lines, -3 lines |
1 comment
|
Download
|
 |
M |
net/http/http_basic_stream.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+15 lines, -7 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+8 lines, -10 lines |
0 comments
|
Download
|
 |
M |
net/http/http_proxy_client_socket.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/http/http_stream.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/http/http_stream_parser.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/http/http_stream_parser.cc
|
View
|
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_stream.h
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+35 lines, -25 lines |
1 comment
|
Download
|
 |
M |
net/spdy/spdy_http_stream.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
5 chunks |
+36 lines, -39 lines |
1 comment
|
Download
|
 |
M |
net/spdy/spdy_http_stream_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+20 lines, -11 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_network_transaction.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_test_util.h
|
View
|
2
3
4
5
6
7
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_test_util.cc
|
View
|
2
3
4
5
6
7
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|