mirror of
https://github.com/janet-lang/janet
synced 2025-11-07 19:13:02 +00:00
Remove bad suite0009 test. Close #871
The issue is that there was no synchronization on writes. The stability of the test relied on the fact that the server would read in an entire message in one call to ev/read, which would _almost_ always happen since the messages are so small.
This commit is contained in:
@@ -884,7 +884,6 @@ static JanetStream *make_stream(JSock handle, uint32_t flags) {
|
||||
return janet_stream((JanetHandle) handle, flags | JANET_STREAM_SOCKET, net_stream_methods);
|
||||
}
|
||||
|
||||
|
||||
void janet_lib_net(JanetTable *env) {
|
||||
JanetRegExt net_cfuns[] = {
|
||||
JANET_CORE_REG("net/address", cfun_net_sockaddr),
|
||||
|
||||
Reference in New Issue
Block a user