# test relay maximum data length then copy with delay before server use strict; use warnings; our %args = ( relay => { func => sub { relay(@_); relay_copy(@_); }, max => 197, end => 1, nocheck => 1, }, server => { func => sub { sleep 3; read_stream(@_); }, }, len => 251, md5 => "bc3a3f39af35fe5b1687903da2b00c7f", );