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/inbound): remove unused `GatewayIdentityRequired`
this type is never constructed. accordingly, it can be removed.
this was added in #1237
originally, but today it is only checked for as an underlying cause of
boxed errors. it is never constructed, and thus can't be the cause of
any errors.
#2210 later removed the
construction of these types while refactoring our stack target types,
but this was not identified because of our `is_caused_by()` calls.
Signed-off-by: katelyn martin <kate@buoyant.io>
* refactor(app/core): remove unused `SyntheticHttpResponse::unauthenticated()`
#4483 (comment)
Co-Authored-By: Co-authored-by: Alejandro Martinez Ruiz <amr@buoyant.io>
Signed-off-by: katelyn martin <kate@buoyant.io>
---------
Signed-off-by: katelyn martin <kate@buoyant.io>
Co-authored-by: Co-authored-by: Alejandro Martinez Ruiz <amr@buoyant.io>
0 commit comments