v4.1.6
Fixed
- Restored the non-streaming
send()contract by buffering transport streaming bodies before returning, soResponse::text(),bytes(), andjson()work for normal H1/H2/H3 requests. - Made default request futures spawnable on multithreaded Tokio runtimes by avoiding non-
Syncrequest/response borrows across awaits.