reqwless icon indicating copy to clipboard operation
reqwless copied to clipboard

Expandable rx_buf?

Open stevefan1999-personal opened this issue 5 months ago • 0 comments

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

stevefan1999-personal avatar Jan 18 '24 14:01 stevefan1999-personal