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
1. WLB request will raise `wlb_authentication_failed` when catching
`Http_client.Http_error`. But actually only error code 401 and 403
should raise this type exception. For other error code, raise
`wlb_connection_reset`. Also print the detail error code and
message.
2. `message_forwarding` raises same error for `Http_request_rejected`
and `Connection_reset` so we don't know which exception actually
be raised. Print detailed logs for these 2 exceptions.
Signed-off-by: Bengang Yuan <[email protected]>
0 commit comments