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
|
* 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
|
* issues a shutdown. The echo-server, in response, will also shutdown their
|
||||||
* connection. We check, with a timer, that libuv is not automatically
|
* 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) {
|
TEST_IMPL(shutdown_eof) {
|
||||||
int r;
|
int r;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user