Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correction to
http_request
example (#4543)
The affected example code caused two errors: - a `no return statement in function returning non-void [-Werror=return-type]` caused by missing `return`s within the `if`s. - `while parsing a block mapping ... expected <block end>, but found '<scalar>'` caused by the `;` at the end of `args`
- Loading branch information