esp-rs/esp-idf-svc repo issues and pull requests
Add keep alive enable configuration to the EspHttpConnection. #579 [gustavowd]
Thank you for your contribution! We appreciate the time and effort you've put into this pull request. To help us...
ivmarkov: What does None mean for keep_alive_enabled? If it means same as Some(false), then why are we...
gustavowd: What does None mean for keep_alive_enabled? If it means same as Some(false), then why are we...
ivmarkov: I think it is simpler for the users to just use false. Moreover, there is no such thing as a...
created at 2025-04-30 01:56 by dinghy 0.13.1.
ivmarkov: What does None mean for keep_alive_enabled? If it means same as Some(false), then why are we...
gustavowd: What does None mean for keep_alive_enabled? If it means same as Some(false), then why are we...
ivmarkov: I think it is simpler for the users to just use false. Moreover, there is no such thing as a...