You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(app/outbound): Connect fields are not pub (#3895)
this structure exposes its fields, but those fields are never accessed
elsewhere, aside from test code.
this commit removes the `pub` directives from the address and tls
fields. in their stead, test interfaces are added to allow the
`tagged_transport` test suite to function.
Signed-off-by: katelyn martin <kate@buoyant.io>
0 commit comments