|
http_server: accept full NetAddress in CreateHttpServer.
This patch allows to specify a full NetAddress on which the server is to
be set up.
This is needed to decide between running the server on externally
visible address (like http_handler would like) and localhost (like skydb
would like).
No change in behavior of existing clients in the Mojo repo should occur.
A follow-up patch will switch some of the clients from 0.0.0.0 to
localhost.
BUG= 460908
R=qsr@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/8d249d207d0cabd42a7b68bf44b1cdc77bec2d45
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+111 lines, -44 lines) |
Patch |
 |
M |
examples/http_handler/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
examples/http_handler/http_handler.cc
|
View
|
|
2 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
 |
M |
services/http_server/http_server_apptest.cc
|
View
|
1
2
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
services/http_server/http_server_factory_impl.h
|
View
|
1
2
|
2 chunks |
+14 lines, -5 lines |
0 comments
|
Download
|
 |
M |
services/http_server/http_server_factory_impl.cc
|
View
|
1
2
|
2 chunks |
+41 lines, -11 lines |
0 comments
|
Download
|
 |
M |
services/http_server/http_server_impl.h
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
services/http_server/http_server_impl.cc
|
View
|
1
2
|
4 chunks |
+4 lines, -15 lines |
0 comments
|
Download
|
 |
M |
services/http_server/public/BUILD.gn
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
services/http_server/public/http_server_factory.mojom
|
View
|
1
2
|
1 chunk |
+12 lines, -7 lines |
0 comments
|
Download
|
 |
M |
sky/tools/debugger/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
sky/tools/debugger/debugger.cc
|
View
|
|
2 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
Total messages: 6 (1 generated)
|