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
Hello,
I am trying to implement retrying logic when connection/io failure occurs. The request method takes Option<Vec<u8>> which means I can't pass body as it has moved again unless I clone it. Can passing body by reference be supported?
Hello,
I am trying to implement retrying logic when connection/io failure occurs. The
requestmethod takesOption<Vec<u8>>which means I can't pass body as it has moved again unless I clone it. Can passing body by reference be supported?Thx