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

Issue 181063006: Gets the peer address (if available) in server requests. (Closed)

Created:
6 years, 9 months ago by gunsch
Modified:
6 years, 9 months ago
Reviewers:
lcwu1, mef, pfeldman, Ryan Sleevi
CC:
chromium-reviews, cbentzel+watch_chromium.org, byungchul1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : std::string to IPEndPoint for 'peer' member #

Patch Set 3 : Diff upload failed #

Total comments: 13

Patch Set 4 : Removed proto, other review fixes #

Total comments: 3

Patch Set 5 : Updated commit message, minor CR fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -0 lines) Patch
M net/server/http_server.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M net/server/http_server_request_info.h View 1 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download
M net/server/http_server_unittest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/stream_listen_socket.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/socket/stream_listen_socket.cc View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
gunsch
6 years, 9 months ago (2014-02-28 01:02:20 UTC) #1
gunsch
+rsleevi
6 years, 9 months ago (2014-03-03 17:02:39 UTC) #2
Ryan Sleevi
Please provide more details on the linked bug. Two (deep) concerns: 1) std::string is certainly ...
6 years, 9 months ago (2014-03-03 17:13:12 UTC) #3
gunsch
+byungchul Both reasonable concerns. From my side, I'm trying to upstream some changes currently in ...
6 years, 9 months ago (2014-03-03 17:32:32 UTC) #4
Ryan Sleevi
On 2014/03/03 17:32:32, gunsch wrote: > +byungchul > > Both reasonable concerns. From my side, ...
6 years, 9 months ago (2014-03-03 17:41:58 UTC) #5
gunsch
On 2014/03/03 17:41:58, Ryan Sleevi wrote: > On 2014/03/03 17:32:32, gunsch wrote: > > +byungchul ...
6 years, 9 months ago (2014-03-03 18:45:18 UTC) #6
byungchul
On 2014/03/03 18:45:18, gunsch wrote: > On 2014/03/03 17:41:58, Ryan Sleevi wrote: > > On ...
6 years, 9 months ago (2014-03-05 03:13:46 UTC) #7
Ryan Sleevi
On 2014/03/05 03:13:46, byungchul wrote: > Chromecast uses this http server > 1) for setup ...
6 years, 9 months ago (2014-03-05 03:20:47 UTC) #8
byungchul
On 2014/03/05 03:20:47, Ryan Sleevi wrote: > On 2014/03/05 03:13:46, byungchul wrote: > > Chromecast ...
6 years, 9 months ago (2014-03-05 03:37:50 UTC) #9
Ryan Sleevi
https://codereview.chromium.org/181063006/diff/40001/net/server/http_server.cc File net/server/http_server.cc (right): https://codereview.chromium.org/181063006/diff/40001/net/server/http_server.cc#newcode139 net/server/http_server.cc:139: request.peer = peer; Why not socket->GetPeerAddress(&request.peer)? Seems you're leaving ...
6 years, 9 months ago (2014-03-11 01:32:42 UTC) #10
gunsch
https://codereview.chromium.org/181063006/diff/40001/net/server/http_server.cc File net/server/http_server.cc (right): https://codereview.chromium.org/181063006/diff/40001/net/server/http_server.cc#newcode139 net/server/http_server.cc:139: request.peer = peer; On 2014/03/11 01:32:43, Ryan Sleevi wrote: ...
6 years, 9 months ago (2014-03-17 16:57:15 UTC) #11
Ryan Sleevi
https://codereview.chromium.org/181063006/diff/60001/net/server/http_server_request_info.h File net/server/http_server_request_info.h (right): https://codereview.chromium.org/181063006/diff/60001/net/server/http_server_request_info.h#newcode29 net/server/http_server_request_info.h:29: std::string proto; Did you mean to remove this? https://codereview.chromium.org/181063006/diff/60001/net/socket/stream_listen_socket.cc ...
6 years, 9 months ago (2014-03-17 19:46:03 UTC) #12
Ryan Sleevi
Sorry, LGTM, mod the one nit re: proto (which we can do in a follow-up ...
6 years, 9 months ago (2014-03-17 19:47:22 UTC) #13
gunsch
https://codereview.chromium.org/181063006/diff/60001/net/server/http_server_request_info.h File net/server/http_server_request_info.h (right): https://codereview.chromium.org/181063006/diff/60001/net/server/http_server_request_info.h#newcode29 net/server/http_server_request_info.h:29: std::string proto; On 2014/03/17 19:46:04, Ryan Sleevi wrote: > ...
6 years, 9 months ago (2014-03-17 20:26:29 UTC) #14
gunsch
The CQ bit was checked by gunsch@chromium.org
6 years, 9 months ago (2014-03-17 22:57:22 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gunsch@chromium.org/181063006/80001
6 years, 9 months ago (2014-03-17 23:01:54 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-17 23:12:42 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-17 23:12:43 UTC) #18
gunsch
The CQ bit was checked by gunsch@chromium.org
6 years, 9 months ago (2014-03-20 18:10:17 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gunsch@chromium.org/181063006/80001
6 years, 9 months ago (2014-03-20 18:11:25 UTC) #20
commit-bot: I haz the power
6 years, 9 months ago (2014-03-20 21:51:46 UTC) #21
Message was sent while issue was closed.
Change committed as 258424

Powered by Google App Engine
This is Rietveld 408576698