Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Issue 724523002: Support HTTP/2 drafts 14 and 15 simultaneously. (Closed)

Created:
6 years, 1 month ago by Bence
Modified:
6 years, 1 month ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Support HTTP/2 drafts 14 and 15 simultaneously. BUG=432673 Committed: https://crrev.com/5b3dce0d316928cecab45b24a889554dee25dee8 Cr-Commit-Position: refs/heads/master@{#304063}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rename CONNECTION_INFO_SPDY4 to CONNECTION_INFO_HTTP2. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -53 lines) Patch
M chrome/browser/io_thread_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M components/domain_reliability/util.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_proxy_client_socket_pool_unittest.cc View 1 chunk +6 lines, -3 lines 0 comments Download
M net/http/http_response_info.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M net/http/http_response_info.cc View 1 2 chunks +10 lines, -5 lines 0 comments Download
M net/http/http_server_properties.h View 1 chunk +3 lines, -2 lines 0 comments Download
M net/http/http_server_properties.cc View 3 chunks +7 lines, -3 lines 0 comments Download
M net/http/http_stream_factory_impl_request_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_stream_factory_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/next_proto.h View 1 chunk +5 lines, -3 lines 0 comments Download
M net/socket/next_proto.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket.cc View 2 chunks +12 lines, -6 lines 0 comments Download
M net/socket/ssl_client_socket_pool_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/buffered_spdy_framer.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/spdy/buffered_spdy_framer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_http_stream_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 4 chunks +12 lines, -6 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_session.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M net/spdy/spdy_session_pool_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_session_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M net/spdy/spdy_stream_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_test_util_common.h View 1 chunk +3 lines, -1 line 0 comments Download
M net/spdy/spdy_test_util_common.cc View 4 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 15 (3 generated)
Bence
Ryan: PTAL. Thank you.
6 years, 1 month ago (2014-11-12 22:53:05 UTC) #2
Ryan Hamilton
Two minor comments about naming... But it doesn't look like this actually treats 14 and ...
6 years, 1 month ago (2014-11-12 23:32:55 UTC) #3
Bence
On 2014/11/12 23:32:55, Ryan Hamilton wrote: > > But it doesn't look like this actually ...
6 years, 1 month ago (2014-11-13 01:56:54 UTC) #4
Bence
PTAL. https://codereview.chromium.org/724523002/diff/1/net/http/http_response_info.h File net/http/http_response_info.h (right): https://codereview.chromium.org/724523002/diff/1/net/http/http_response_info.h#newcode42 net/http/http_response_info.h:42: CONNECTION_INFO_SPDY4_14 = 6, // HTTP/2 draft-14. On 2014/11/12 ...
6 years, 1 month ago (2014-11-13 02:05:05 UTC) #5
Ryan Hamilton
I'm confused about the 14 vs 15 difference. I think you're saying that you do ...
6 years, 1 month ago (2014-11-13 04:11:46 UTC) #6
Bence
On 2014/11/13 04:11:46, Ryan Hamilton wrote: > I'm confused about the 14 vs 15 difference. ...
6 years, 1 month ago (2014-11-13 04:52:59 UTC) #7
Ryan Hamilton
On 2014/11/13 04:52:59, Bence wrote: > On 2014/11/13 04:11:46, Ryan Hamilton wrote: > > I'm ...
6 years, 1 month ago (2014-11-13 05:15:54 UTC) #8
Bence
ttuttle: PTAL at components/domain_reliability/util.cc. Thanks.
6 years, 1 month ago (2014-11-13 05:31:06 UTC) #10
Deprecated (see juliatuttle)
On 2014/11/13 05:31:06, Bence wrote: > ttuttle: PTAL at components/domain_reliability/util.cc. Thanks. components/domain_reliability/util.cc lgtm.
6 years, 1 month ago (2014-11-13 15:23:59 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/724523002/20001
6 years, 1 month ago (2014-11-13 18:36:54 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001)
6 years, 1 month ago (2014-11-13 19:57:55 UTC) #14
commit-bot: I haz the power
6 years, 1 month ago (2014-11-13 19:58:40 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/5b3dce0d316928cecab45b24a889554dee25dee8
Cr-Commit-Position: refs/heads/master@{#304063}

Powered by Google App Engine
This is Rietveld 408576698