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?
Thx
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to implement retrying logic when connection/io failure occurs. The
request
method 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
The text was updated successfully, but these errors were encountered: