Commit Graph

52 Commits

Author SHA1 Message Date
Easwar Swaminathan 28c130fe3d
xds: Minor improvements to xDS server API and test. (#4026) 2020-11-11 10:12:52 -08:00
Easwar Swaminathan 9c2f82d9a7
xds: Server implementation (#3999)
* xds: Server implementation.

* Remove security related code.

* Add a blocking newListenerWrapper() method.

* Fix some comments.

* Use non-blocking dial.

* Use WaitForReady().

* Use localhost instead of 127.0.0.1

* Another attempt to make the tests happy on GA.

* Make vet happy.

* Add a missing return.
2020-11-06 11:25:19 -08:00