|
Unify various QUIC server classes in net/quic and net/tools/quic.
Leaving the QuicDispatcher unchanged for now. Will unify that in
a followup.
Also removes the remaining balsa dependency in QuicInMemoryCache.
Committed: https://crrev.com/0e9454716882c46f319ab5aa6f6987b163813b29
Cr-Commit-Position: refs/heads/master@{#322387}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+91 lines, -790 lines) |
Patch |
 |
M |
net/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
5 chunks |
+11 lines, -17 lines |
0 comments
|
Download
|
 |
M |
net/net.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
5 chunks |
+10 lines, -16 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_dispatcher.h
|
View
|
1
2
|
8 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_dispatcher.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
D |
net/quic/quic_in_memory_cache.h
|
View
|
|
1 chunk |
+0 lines, -114 lines |
0 comments
|
Download
|
 |
D |
net/quic/quic_in_memory_cache.cc
|
View
|
|
1 chunk |
+0 lines, -183 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_server.cc
|
View
|
1
2
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_server_bin.cc
|
View
|
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
D |
net/quic/quic_server_session.h
|
View
|
|
1 chunk |
+0 lines, -119 lines |
0 comments
|
Download
|
 |
D |
net/quic/quic_spdy_server_stream.h
|
View
|
|
1 chunk |
+0 lines, -66 lines |
0 comments
|
Download
|
 |
D |
net/quic/quic_spdy_server_stream.cc
|
View
|
|
1 chunk |
+0 lines, -163 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_utils.h
|
View
|
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/quic_in_memory_cache.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/tools/quic/quic_in_memory_cache.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+44 lines, -83 lines |
0 comments
|
Download
|
Total messages: 62 (35 generated)
|