mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
Whitespace error
This commit is contained in:
parent
acbd168069
commit
3d9b965aee
@ -139,7 +139,7 @@ void timer_cb(uv_handle_t* handle, int status) {
|
||||
* This test has a client which connects to the echo_server and immediately
|
||||
* issues a shutdown. The echo-server, in response, will also shutdown their
|
||||
* connection. We check, with a timer, that libuv is not automatically
|
||||
* calling uv_close when the client receives the EOF from echo-server.
|
||||
* calling uv_close when the client receives the EOF from echo-server.
|
||||
*/
|
||||
TEST_IMPL(shutdown_eof) {
|
||||
int r;
|
||||
|
Loading…
x
Reference in New Issue
Block a user