drogue-iot / reqwless

Rust async HTTP client for embedded/no_std
Apache License 2.0
129 stars 18 forks source link

Fix bug when calling fill_buf() when there are no remaining bytes #75

Closed rmja closed 6 months ago

rmja commented 6 months ago

fill_buf() will not return until there is at least one byte available to read. This will not happen when the entire chunked body is read.

cc @bugadani