Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: don't close connection on write error
The echo server shouldn't close the connection when there's an error on write. Instead simply echo the error message and allow the other side to close the connection. Also do a partial revert of 4d905fb where after_shutdown was removed. Fixes: 4d905fb "test: close stream immediately on error" Signed-off-by: Trevor Norris <[email protected]> Signed-off-by: Saúl Ibarra Corretgé <[email protected]>
- Loading branch information