Test sending 0 bytes.
This commit is contained in:
parent
c6bba81ef0
commit
b388ff90ba
@ -302,6 +302,12 @@ run_parent(void)
|
||||
|
||||
sleep(1);
|
||||
|
||||
connect_socket = new_test_socket();
|
||||
send_test(connect_socket, 0, TEST_PAGES * getpagesize(), 0);
|
||||
close(connect_socket);
|
||||
|
||||
sleep(1);
|
||||
|
||||
(void)kill(child_pid, SIGKILL);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user