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
Reqwless must work on no_std, so it cannot handle a Vec. Note that you really only need the rx_buf to be at least as big as the response headers. The rx_buf can be reused reading chunks of the response body.
What if I can supply a
Vec<u8>
and won't have to expand the buffer and retry the request again?Example code in question:
https://github.com/stevefan1999-personal/rust-igd/blob/e52d615a395e25b9134cea56e1d3225317d868ea/src/aio/mod.rs#L47-L70
The text was updated successfully, but these errors were encountered: