You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable TCP_NODELAY by default on all TCP channels. (#1020)
Enabled heuristic to control whether NIO will copy data from ByteBuffer to Data or whether it will share the buffer, as well as APIs to explicitly control that choice. (#1046)
Fixed issue where fcntl failing to set an accepted socket into non-blocking mode would cause the closure of the entire listening socket. (#1041)