drogue-iot / reqwless

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

Flush body writers after they are terminated #86

Closed rmja closed 4 months ago

rmja commented 4 months ago

This should not be needed as the connection is explicitly flushed afterwards.