Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
audio: handle HTTP status special value -1
In commit af99de4 ("audio: reduce HTTP Stream timeout to 2s") we changed the HTTP Stream timeout to 2s so we can indicate early when we're not able to connect to WIS. Unfortunately ESP HTTP Client only has a single timeout value, and we now also abort the HTTP connection to WIS if inference takes longer than 2s. We want to keep the timeout reasonably low, as having to wait for a STT response for too long isn't great for UX, but -1 is not a valid HTTP status code and it will confuse users hitting it. Handle the special HTTP status value -1 and inform the user that a timeout occurred while talking to WIS.
- Loading branch information