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

Issue 8787011: Log server advertised protos and the selected (Closed)

Created:
9 years ago by ramant (doing other things)
Modified:
9 years ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, eroman, darin-cc_chromium.org, mmenke, Paweł Hajdan Jr.
Visibility:
Public.

Description

Log server advertised protos and the selected next_proto to net-internals log. In net internal logs, we will log proto in the following manner: (P) t=1323112212350 [st=463] HTTP_STREAM_REQUEST_PROTO --> next_proto_status = "negotiated" --> proto = "spdy/2" --> server_protos = "spdy/2,http/1.1" BUG=62064 TEST=network unit tests R=willchan The following was the original CL: http://codereview.chromium.org/8676046/ Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113052

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 56

Patch Set 4 : '' #

Total comments: 4

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -19 lines) Patch
M net/base/net_log_event_type_list.h View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 1 2 3 2 chunks +44 lines, -0 lines 0 comments Download
M net/socket/socket_test_util.h View 1 2 3 3 chunks +5 lines, -2 lines 0 comments Download
M net/socket/socket_test_util.cc View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M net/socket/ssl_client_socket.h View 1 2 3 4 5 1 chunk +10 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket.cc View 1 2 3 2 chunks +32 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_mac.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_mac.cc View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_nss.h View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 2 3 2 chunks +6 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_openssl.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_pool.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_pool_unittest.cc View 1 2 3 4 chunks +8 lines, -4 lines 0 comments Download
M net/socket/ssl_client_socket_win.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_win.cc View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
ramant (doing other things)
Hi willchan and agl, Made the changes to log server proto. Would appreciate your comments. ...
9 years ago (2011-12-03 21:51:12 UTC) #1
agl
I'm afraid that I don't currently have a real computer abd I've discovered that using ...
9 years ago (2011-12-05 16:10:14 UTC) #2
agl
Almost every comment is s/proto/protos/ so I've stopped half-way. The server advertises several protocols, even ...
9 years ago (2011-12-05 16:38:09 UTC) #3
ramant (doing other things)
Many many thanks agl. Changed all server_proto to server_protos, ServerProto to ServerProtos and protos_ to ...
9 years ago (2011-12-05 19:03:28 UTC) #4
agl
lgtm http://codereview.chromium.org/8787011/diff/10001/net/socket/ssl_client_socket.h File net/socket/ssl_client_socket.h (right): http://codereview.chromium.org/8787011/diff/10001/net/socket/ssl_client_socket.h#newcode123 net/socket/ssl_client_socket.h:123: // supported list. I think it's worth extending ...
9 years ago (2011-12-05 20:00:53 UTC) #5
willchan no longer on Chromium
lgtm
9 years ago (2011-12-05 20:06:41 UTC) #6
ramant (doing other things)
Made the changes agl has suggested. http://codereview.chromium.org/8787011/diff/10001/net/socket/ssl_client_socket.h File net/socket/ssl_client_socket.h (right): http://codereview.chromium.org/8787011/diff/10001/net/socket/ssl_client_socket.h#newcode123 net/socket/ssl_client_socket.h:123: // supported list. ...
9 years ago (2011-12-05 22:08:24 UTC) #7
commit-bot: I haz the power
9 years ago (2011-12-05 22:10:33 UTC) #8

Powered by Google App Engine
This is Rietveld 408576698