Fix --connect-send. Half-close connections so we can detect two read sockets talking to each other.
This commit is contained in:
@@ -76,7 +76,7 @@ bool opts_add_connect_send(char *arg) {
|
||||
return false;
|
||||
}
|
||||
|
||||
incoming_new(host, arg, send_new_wrapper, serializer);
|
||||
outgoing_new(host, arg, send_new_wrapper, serializer);
|
||||
free(host);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user