drogue-iot / reqwless

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

Fix error for keep-alive header #37

Closed AnthonyGrondin closed 1 year ago

AnthonyGrondin commented 1 year ago

Add missing ? for the map_err() in keep-alive in the response, according to https://github.com/drogue-iot/reqwless/pull/36#issuecomment-1589203952