|
Remove SPDY/2 code.
SPDY/2 code path has been unused for a long time, this CL actually removes it.
Note that there have been two comparisons between an enum SpdyMajorVersion value
and an interger literal: one in SpdyFramer::WriteHeaderBlockToZ(), and one in
spdy_http_utils.cc::SpdyHeadersToHttpResponse(). Changing enum SpdyMajorVersion
member values lead to errors. However, removing SPDY/2 made these comparisons
mute (they were both |version < SPDY3|), so they are removed instead of fixed.
This CL lands server change 111503966 by alyssar.
BUG= 431299, 488484
Committed: https://crrev.com/05808ff4705c00acc1d0a2683a0ed657db4e4abf
Cr-Commit-Position: refs/heads/master@{#368459}
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+200 lines, -1032 lines) |
Patch |
 |
M |
net/http/http_response_info.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/http/http_server_properties.h
|
View
|
1
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/http/http_server_properties.cc
|
View
|
|
3 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/socket/next_proto.h
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket.cc
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/spdy/buffered_spdy_framer.cc
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_frame_builder_test.cc
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_framer.h
|
View
|
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_framer.cc
|
View
|
|
21 chunks |
+26 lines, -111 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_framer_test.cc
|
View
|
|
85 chunks |
+72 lines, -552 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_headers_block_parser.h
|
View
|
|
2 chunks |
+1 line, -7 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_headers_block_parser.cc
|
View
|
|
2 chunks |
+11 lines, -23 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_headers_block_parser_test.cc
|
View
|
|
4 chunks |
+6 lines, -17 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_utils.cc
|
View
|
|
2 chunks |
+1 line, -14 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_utils_unittest.cc
|
View
|
|
3 chunks |
+0 lines, -51 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_network_transaction_unittest.cc
|
View
|
|
3 chunks |
+18 lines, -44 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_protocol.h
|
View
|
|
5 chunks |
+8 lines, -32 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_protocol.cc
|
View
|
|
19 chunks |
+2 lines, -23 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_protocol_test.cc
|
View
|
1
|
1 chunk |
+4 lines, -32 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_session.cc
|
View
|
|
3 chunks |
+14 lines, -23 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_test_utils.cc
|
View
|
1
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
net/tools/flip_server/sm_connection.cc
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/tools/flip_server/spdy_interface.cc
|
View
|
|
3 chunks |
+25 lines, -65 lines |
0 comments
|
Download
|
Total messages: 10 (3 generated)
|