Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix HTTP server example when closing listening socket fails.
Currently the example ignores the failure and tries to re-open the listening socket, running into an infinite loop. This is not meaningful, if we cannot close the listening socket we better stop since we will never be able to re-bind onto the server port anymore. Signed-off-by: Hugo Lefeuvre <[email protected]>
- Loading branch information