1# test maximum data length 2 3use strict; 4use warnings; 5 6our %args = ( 7 client => { 8 func => sub { errignore(@_); write_stream(@_); }, 9 len => 2**17, 10 nocheck => 1, 11 }, 12 relay => { 13 max => 32117, 14 big => 1, 15 }, 16 len => 32117, 17 md5 => "ee338e9693fb2a2ec101bb28935ed123", 18); 19